diff options
Diffstat (limited to 'docs/xslt/man.xsl')
-rw-r--r-- | docs/xslt/man.xsl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/xslt/man.xsl b/docs/xslt/man.xsl index 9387c04e43..38d99f9840 100644 --- a/docs/xslt/man.xsl +++ b/docs/xslt/man.xsl @@ -132,6 +132,12 @@ <xsl:text>\fR</xsl:text> </xsl:template> +<xsl:template match="//quote"> + <xsl:text>\fB</xsl:text> + <xsl:apply-templates/> + <xsl:text>\fR</xsl:text> +</xsl:template> + <xsl:template match="para|simpara|remark" mode="list"> <xsl:variable name="foo"> <xsl:apply-templates/> |