]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Remove dead "Comments" link from See also sidebar
authorRich Bowen <rbowen@apache.org>
Fri, 15 May 2026 18:50:14 +0000 (18:50 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 15 May 2026 18:50:14 +0000 (18:50 +0000)
commitb4e9482e35df1ef68a444233a772af575fb62265
treefe430ad2e798e612c144e8f2c99bb4abc3b9359e
parentaaba15b5c87030fc439d077467708ab0cd7b6170
Remove dead "Comments" link from See also sidebar

The comments system was removed long ago, but the link to
#comments_section remained in the See also sidebar on every page.
The target anchor no longer exists (common.xsl already has
"<!-- Comments section used to be here -->"), making this a dead link.

Remove from manualpage.xsl, synopsis.xsl, and overrideindex.xsl.
The lang/*/messages "comments" strings are left in place (harmless,
and removing them would require touching all 11 language files).

Resolves bz#70046

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934241 13f79535-47bb-0310-9956-ffa450edef68
docs/manual/style/xsl/manualpage.xsl
docs/manual/style/xsl/overrideindex.xsl
docs/manual/style/xsl/synopsis.xsl