git: 75e0883a7e - main - need more space before title
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Sep 2023 10:34:20 UTC
The branch main has been updated by wosch: URL: https://cgit.FreeBSD.org/doc/commit/?id=75e0883a7e6fa5fa27e226e4513817c211708935 commit 75e0883a7e6fa5fa27e226e4513817c211708935 Author: Wolfram Schneider <wosch@FreeBSD.org> AuthorDate: 2023-09-16 10:12:45 +0000 Commit: Wolfram Schneider <wosch@FreeBSD.org> CommitDate: 2023-09-16 10:12:45 +0000 need more space before title --- website/content/en/cgi/cgi-style.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/en/cgi/cgi-style.pl b/website/content/en/cgi/cgi-style.pl index dd66faecab..ed0d0d3ec2 100644 --- a/website/content/en/cgi/cgi-style.pl +++ b/website/content/en/cgi/cgi-style.pl @@ -186,7 +186,7 @@ if (!defined($hsty_home)) { sub html_header { local ($title, $xhtml) = @_; - return short_html_header($title, $xhtml) . "<h1>$title</h1>\n"; + return short_html_header($title, $xhtml) . "<br/>\n<h1>$title</h1>\n"; } sub short_html_header {