diff options
Diffstat (limited to 'man/custom-html.xsl')
-rw-r--r-- | man/custom-html.xsl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/custom-html.xsl b/man/custom-html.xsl index dde9d7af0e..060af2e56a 100644 --- a/man/custom-html.xsl +++ b/man/custom-html.xsl @@ -172,6 +172,12 @@ <hr/> </xsl:template> +<xsl:template match="literal"> + <xsl:text>"</xsl:text> + <xsl:call-template name="inline.monoseq"/> + <xsl:text>"</xsl:text> +</xsl:template> + <!-- Switch things to UTF-8, ISO-8859-1 is soo yesteryear --> <xsl:output method="html" encoding="UTF-8" indent="no"/> |