diff options
author | Wolfram Schneider <wosch@FreeBSD.org> | 2023-09-16 10:12:45 +0000 |
---|---|---|
committer | Wolfram Schneider <wosch@FreeBSD.org> | 2023-09-16 10:12:45 +0000 |
commit | 75e0883a7e6fa5fa27e226e4513817c211708935 (patch) | |
tree | 088ab8b0608ab75edaf8f9b3d72af6f26f8c2b01 | |
parent | 3ceaa3d00c537b09e6621b8cdc192735eb09ea53 (diff) |
-rw-r--r-- | website/content/en/cgi/cgi-style.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |