CLFS2 fixes: Corrected chapter names in clfs2.xsl for replaceable items..
This commit is contained in:
parent
f28e4bd9e0
commit
14c9622f79
1 changed files with 2 additions and 2 deletions
|
@ -138,10 +138,10 @@
|
|||
|
||||
<xsl:template match="replaceable">
|
||||
<xsl:choose>
|
||||
<xsl:when test="ancestor::sect1[@id='ch-system-glibc']">
|
||||
<xsl:when test="ancestor::sect1[@id='ch-cross-tools-glibc']">
|
||||
<xsl:value-of select="$timezone"/>
|
||||
</xsl:when>
|
||||
<xsl:when test="ancestor::sect1[@id='ch-system-groff']">
|
||||
<xsl:when test="ancestor::sect1[@id='ch-cross-tools-groff']">
|
||||
<xsl:value-of select="$page"/>
|
||||
</xsl:when>
|
||||
<xsl:when test="ancestor::sect1[@id='ch-bootable-kernel']">
|
||||
|
|
Reference in a new issue