Date: Sun, 9 Nov 2025 20:03:52 GMT From: Wolfram Schneider <wosch@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 98b194f8b8 - main - local man.cgi CSS overrides websites defaults Message-ID: <202511092003.5A9K3qV6018854@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by wosch: URL: https://cgit.FreeBSD.org/doc/commit/?id=98b194f8b8e188c0f6caf40f131b855fd2af5cc3 commit 98b194f8b8e188c0f6caf40f131b855fd2af5cc3 Author: Wolfram Schneider <wosch@FreeBSD.org> AuthorDate: 2025-11-09 20:02:28 +0000 Commit: Wolfram Schneider <wosch@FreeBSD.org> CommitDate: 2025-11-09 20:02:28 +0000 local man.cgi CSS overrides websites defaults --- website/content/en/cgi/man.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi index 2bc6f565e7..ae4a369537 100755 --- a/website/content/en/cgi/man.cgi +++ b/website/content/en/cgi/man.cgi @@ -1455,7 +1455,7 @@ hr { margin-left: 0em; max-width: 50em; } if !cgi_style::HAS_FREEBSD_CGI_STYLE; ( my $header = &cgi_style::short_html_header( $title, 1 ) ) =~ - s,<head>,<head>\n$html_meta,s; + s,</head>,$html_meta\n</head>,s; $header =~ s,^Content-type:\s+\S+\s+,,s; $header =~ s,<head>,<head>\n<base href="$base" />,s if $base;home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202511092003.5A9K3qV6018854>
