summaryrefslogtreecommitdiff
path: root/docs/xslt/expand-smbconfdoc.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'docs/xslt/expand-smbconfdoc.xsl')
-rw-r--r--docs/xslt/expand-smbconfdoc.xsl4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/xslt/expand-smbconfdoc.xsl b/docs/xslt/expand-smbconfdoc.xsl
index 6162f73169..8cad9b8328 100644
--- a/docs/xslt/expand-smbconfdoc.xsl
+++ b/docs/xslt/expand-smbconfdoc.xsl
@@ -12,7 +12,9 @@
<xsl:template match="description"><xsl:apply-templates/></xsl:template>
- <xsl:template match="value"><xsl:apply-templates/></xsl:template>
+ <xsl:template match="value"><xsl:element name="literal"><xsl:apply-templates/></xsl:element></xsl:template>
+
+ <xsl:template match="command"><xsl:element name="literal"><xsl:apply-templates/></xsl:element></xsl:template>
<xsl:template match="synonym"><xsl:apply-templates/></xsl:template>