svn commit: r50281 - head/en_US.ISO8859-1/htdocs/cgi

Glen Barber gjb at FreeBSD.org
Thu May 25 15:09:44 UTC 2017


Author: gjb
Date: Thu May 25 15:09:43 2017
New Revision: 50281
URL: https://svnweb.freebsd.org/changeset/doc/50281

Log:
  - Replace 'Man Pages' with 'Manual Pages'.
  - Add a blank line before the page heading so the menu bar does
    not overlap.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/en_US.ISO8859-1/htdocs/cgi/man.cgi

Modified: head/en_US.ISO8859-1/htdocs/cgi/man.cgi
==============================================================================
--- head/en_US.ISO8859-1/htdocs/cgi/man.cgi	Thu May 25 14:35:27 2017	(r50280)
+++ head/en_US.ISO8859-1/htdocs/cgi/man.cgi	Thu May 25 15:09:43 2017	(r50281)
@@ -51,7 +51,7 @@ package main;
 alarm(10);
 
 $debug        = 2;
-$www{'title'} = 'FreeBSD Man Pages';
+$www{'title'} = 'FreeBSD Manual Pages';
 $www{'home'}  = 'https://www.FreeBSD.org';
 $www{'head'}  = $www{'title'};
 
@@ -1647,7 +1647,7 @@ sub encode_data {
 
 sub indexpage {
     &http_header("text/html");
-    print &html_header("$www{'title'}: Index Page") . "<h1>", $www{'head'},
+    print &html_header("$www{'title'}: Index Page") . "<h1><br/>", $www{'head'},
       "</h1>\n\n" . &intro;
     &formquery;
 


More information about the svn-doc-all mailing list