diff options
Diffstat (limited to 'modules/examples/mod_example_hooks.c')
-rw-r--r-- | modules/examples/mod_example_hooks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/examples/mod_example_hooks.c b/modules/examples/mod_example_hooks.c index 743c3950..1c8ca4c1 100644 --- a/modules/examples/mod_example_hooks.c +++ b/modules/examples/mod_example_hooks.c @@ -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); |