chiark / gitweb /
mount/service: drop FsckPassNo support
[elogind.git] / man / custom-html.xsl
index dde9d7af0edf456f6dcc1b9a9defad4449622fbb..060af2e56a756a7ed1add210d0911a06f2fac530 100644 (file)
   <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"/>