- 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
This commit is contained in:
Glen Barber 2017-05-25 15:09:43 +00:00
parent b867edd1fa
commit 4e240a4235
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=50281

View file

@ -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;