Date: Thu, 25 May 2017 15:09:43 +0000 (UTC) From: Glen Barber <gjb@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r50281 - head/en_US.ISO8859-1/htdocs/cgi Message-ID: <201705251509.v4PF9hjZ070314@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705251509.v4PF9hjZ070314>