]> granicus.if.org Git - apache/commitdiff
removed font clutter as suggested by niq.
authorGuenter Knauf <fuankg@apache.org>
Mon, 6 Jul 2009 22:57:38 +0000 (22:57 +0000)
committerGuenter Knauf <fuankg@apache.org>
Mon, 6 Jul 2009 22:57:38 +0000 (22:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@791646 13f79535-47bb-0310-9956-ffa450edef68

modules/generators/mod_info.c

index ab7d58929acc332ec8bb31e21fbd738f9b5d3e61..239166323e2be43a84b562e0bf8632918fc21e51 100644 (file)
@@ -353,21 +353,17 @@ static int show_server_settings(request_rec * r)
                ap_get_server_built());
     ap_rprintf(r,
                "<dt><strong>Server loaded APR Version:</strong> "
-               "<font size=\"+1\"><tt>%s</tt></font></dt>\n",
-               apr_version_string());
+               "<tt>%s</tt></dt>\n", apr_version_string());
     ap_rprintf(r,
                "<dt><strong>Compiled with APR Version:</strong> "
-               "<font size=\"+1\"><tt>%s</tt></font></dt>\n",
-               APR_VERSION_STRING);
+               "<tt>%s</tt></dt>\n", APR_VERSION_STRING);
 #if APR_MAJOR_VERSION < 2
     ap_rprintf(r,
                "<dt><strong>Server loaded APU Version:</strong> "
-               "<font size=\"+1\"><tt>%s</tt></font></dt>\n",
-               apu_version_string());
+               "<tt>%s</tt></dt>\n", apu_version_string());
     ap_rprintf(r,
                "<dt><strong>Compiled with APU Version:</strong> "
-               "<font size=\"+1\"><tt>%s</tt></font></dt>\n",
-               APU_VERSION_STRING);
+               "<tt>%s</tt></dt>\n", APU_VERSION_STRING);
 #endif
     ap_rprintf(r,
                "<dt><strong>Module Magic Number:</strong> "