Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Sep 2023 10:34:20 GMT
From:      Wolfram Schneider <wosch@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 75e0883a7e - main - need more space before title
Message-ID:  <202309161034.38GAYKRa032407@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309161034.38GAYKRa032407>