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

Wolfram Schneider wosch at FreeBSD.org
Tue Aug 29 07:43:28 UTC 2017


Author: wosch
Date: Tue Aug 29 07:43:27 2017
New Revision: 50764
URL: https://svnweb.freebsd.org/changeset/doc/50764

Log:
  better title

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	Tue Aug 29 07:39:02 2017	(r50763)
+++ head/en_US.ISO8859-1/htdocs/cgi/man.cgi	Tue Aug 29 07:43:27 2017	(r50764)
@@ -1672,7 +1672,7 @@ sub encode_data {
 
 sub indexpage {
     &http_header("text/html");
-    print &html_header("$www{'title'}: Index Page") . "<h1><br/>", $www{'head'},
+    print &html_header("$www{'title'}") . "<h1><br/>", $www{'head'},
       "</h1>\n\n"; 
     # print &intro;
     &formquery;


More information about the svn-doc-all mailing list