From: Guenter Knauf Date: Mon, 6 Jul 2009 22:57:38 +0000 (+0000) Subject: removed font clutter as suggested by niq. X-Git-Tag: 2.3.3~462 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=748b4a8f3471f072fe500967166d2b2b54e565bf;p=thirdparty%2Fapache%2Fhttpd.git removed font clutter as suggested by niq. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@791646 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/generators/mod_info.c b/modules/generators/mod_info.c index ab7d58929ac..239166323e2 100644 --- a/modules/generators/mod_info.c +++ b/modules/generators/mod_info.c @@ -353,21 +353,17 @@ static int show_server_settings(request_rec * r) ap_get_server_built()); ap_rprintf(r, "
Server loaded APR Version: " - "%s
\n", - apr_version_string()); + "%s\n", apr_version_string()); ap_rprintf(r, "
Compiled with APR Version: " - "%s
\n", - APR_VERSION_STRING); + "%s\n", APR_VERSION_STRING); #if APR_MAJOR_VERSION < 2 ap_rprintf(r, "
Server loaded APU Version: " - "%s
\n", - apu_version_string()); + "%s\n", apu_version_string()); ap_rprintf(r, "
Compiled with APU Version: " - "%s
\n", - APU_VERSION_STRING); + "%s\n", APU_VERSION_STRING); #endif ap_rprintf(r, "
Module Magic Number: "