diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual.xsl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/manual.xsl b/docs/manual.xsl index 5f276e9..1875f6e 100644 --- a/docs/manual.xsl +++ b/docs/manual.xsl @@ -17,7 +17,9 @@ </a>
</xsl:when>
<xsl:otherwise>
+ <b>
<xsl:value-of select="$text" />
+ </b>
</xsl:otherwise>
</xsl:choose>
</xsl:template>
@@ -92,7 +94,6 @@ </xsl:for-each>
</xsl:template>
- <xsl:template name="book.titlepage">
- </xsl:template>
+ <xsl:template name="book.titlepage" />
</xsl:stylesheet>
|