diff options
author | Jason Evans <jasone@canonware.com> | 2016-11-01 20:25:42 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2016-11-01 22:32:40 (GMT) |
commit | f19bedb04cd3c2f603569ca9a40c8c66b05c3a90 (patch) | |
tree | 982b18639118b70a814ca1f22a133b1b039700c6 /doc/stylesheet.xsl | |
parent | b599b32280e1142856b0b96293a71e1684b1ccfb (diff) | |
download | jemalloc-f19bedb04cd3c2f603569ca9a40c8c66b05c3a90.zip jemalloc-f19bedb04cd3c2f603569ca9a40c8c66b05c3a90.tar.gz jemalloc-f19bedb04cd3c2f603569ca9a40c8c66b05c3a90.tar.bz2 |
Use <quote>...</quote> rather than “...” or "..." in XML.
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> |