diff options
Diffstat (limited to 'doc/stylesheet.xsl')
-rw-r--r-- | doc/stylesheet.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/stylesheet.xsl b/doc/stylesheet.xsl index bc8bc2a..619365d 100644 --- a/doc/stylesheet.xsl +++ b/doc/stylesheet.xsl @@ -5,6 +5,6 @@ <xsl:call-template name="inline.monoseq"/> </xsl:template> <xsl:template match="mallctl"> - "<xsl:call-template name="inline.monoseq"/>" + <quote><xsl:call-template name="inline.monoseq"/></quote> </xsl:template> </xsl:stylesheet> |