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
<xsl:apply-templates />
</li>
</xsl:for-each>
- <xsl:if test="not($is-chm or $is-zip or $metafile/basename = 'index')">
- <li><a href="#comments_section"><xsl:value-of
- select="$message[@id='comments']" /></a>
- </li>
- </xsl:if>
</ul>
</xsl:if>
</div>&lf; <!-- /#quickview -->
<xsl:apply-templates />
</li>&lf;
</xsl:for-each>
- <xsl:if test="not($is-chm or $is-zip or $metafile/basename = 'index')">
- <li><a href="#comments_section"><xsl:value-of
- select="$message[@id='comments']" /></a>
- </li>
- </xsl:if>
</ul>
</xsl:if>
</div> <!-- /#quickview -->
<xsl:apply-templates />
</li>&lf;
</xsl:for-each>
- <xsl:if test="not($is-chm or $is-zip or $metafile/basename = 'index')">
- <li><a href="#comments_section"><xsl:value-of
- select="$message[@id='comments']" /></a>
- </li>
- </xsl:if>
</ul>
</xsl:if>
</div> <!-- /#quickview -->