- Fix rendering of titles in the toc, which contain a man page reference
This commit is contained in:
parent
581bb4d850
commit
1c039cc17e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/projects/xml-tools/; revision=41405
1 changed files with 8 additions and 0 deletions
|
@ -48,6 +48,14 @@
|
|||
For questions about this documentation, e-mail <<a href="mailto:doc@FreeBSD.org">doc@FreeBSD.org</a>>.</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|
|
||||
|
|
Loading…
Reference in a new issue