[Bug 70046] Doc pages still display Comments link, even though we removed the comments
[email protected] Fri, 15 May 2026 18:51:15 +0000
| Newsgroups | gmane.comp.apache.documentation |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bz.apache.org/bugzilla/show_bug.cgi?id=70046 Rich Bowen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Rich Bowen <[email protected]> --- Fixed in r1934241 (trunk) and r1934240 (2.4). Removed the dead "Comments" link from the "See also" sidebar in all three XSL stylesheets (manualpage.xsl, synopsis.xsl, overrideindex.xsl). The comments system was removed long ago, but the link to #comments_section remained — pointing to a non-existent anchor (common.xsl already had "<!-- Comments section used to be here -->"). The translated message strings (id="comments") in the lang/*.xml files are left in place as they're harmless and removing them would touch all 11 language files for no functional benefit. -- You are receiving this mail because: You are the assignee for the bug.