git: cde3026b39 - main - man.cgi: fix debug typo in last commit
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Sep 2026 16:34:27 UTC
The branch main has been updated by wosch:
URL: https://cgit.FreeBSD.org/doc/commit/?id=cde3026b398b46337cf9f6f7ed421a6b0fb429fa
commit cde3026b398b46337cf9f6f7ed421a6b0fb429fa
Author: Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2026-09-06 16:34:04 +0000
Commit: Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2026-09-06 16:34:04 +0000
man.cgi: fix debug typo in last commit
---
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 12e02b608a..fe9624b9a4 100755
--- a/website/content/en/cgi/man.cgi
+++ b/website/content/en/cgi/man.cgi
@@ -2642,7 +2642,7 @@ sub html_header2 {
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
<head>
-<title>XXX $title</title>
+<title>$title</title>
$head
</head>
<body>