1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-05 16:55:50 +03:00
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1397636 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Christophe Jaillet
2012-10-12 16:41:34 +00:00
parent 5e46d671e1
commit 2cf5acd15f
5 changed files with 5 additions and 5 deletions

View File

@@ -1019,7 +1019,7 @@ static int x_handler(request_rec *r)
ap_get_server_banner());
ap_rputs(" <BR>\n", r);
ap_rprintf(r, " Server built: \"%s\"\n", ap_get_server_built());
ap_rputs(" </P>\n", r);;
ap_rputs(" </P>\n", r);
ap_rputs(" <P>\n", r);
ap_rputs(" The format for the callback trace is:\n", r);
ap_rputs(" </P>\n", r);