- Fix rendering of titles in the toc, which contain a man page reference

This commit is contained in:
Gabor Kovesdan 2013-04-11 09:29:52 +00:00
parent 581bb4d850
commit 1c039cc17e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/projects/xml-tools/; revision=41405

View file

@ -48,6 +48,14 @@
For questions about this documentation, e-mail &lt;<a href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>&gt;.</small></p>
</xsl:template>
<xsl:template match="citerefentry" mode="no.anchor.mode">
<xsl:apply-templates select="*" mode="no.anchor.mode"/>
</xsl:template>
<xsl:template match="refentrytitle" mode="no.anchor.mode">
<xsl:value-of select="."/>
</xsl:template>
<!-- Add title class to emitted hX -->
<xsl:template match="bridgehead">
<xsl:variable name="container" select="(ancestor::appendix|ancestor::article|ancestor::bibliography|