diff options
Diffstat (limited to 'docs-xml/xslt')
-rw-r--r-- | docs-xml/xslt/expand-smbconfdoc.xsl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs-xml/xslt/expand-smbconfdoc.xsl b/docs-xml/xslt/expand-smbconfdoc.xsl index 5b2de1ce1f..617d490ce9 100644 --- a/docs-xml/xslt/expand-smbconfdoc.xsl +++ b/docs-xml/xslt/expand-smbconfdoc.xsl @@ -136,12 +136,15 @@ </xsl:element> </xsl:element> <xsl:element name="title"> + <xsl:text> </xsl:text> + <xsl:text> </xsl:text> <xsl:element name="anchor"> <xsl:attribute name="id"> <xsl:value-of select="translate(translate(string(.),' ',''), 'abcdefghijklmnopqrstuvwxyz','ABCDEFGHIJKLMNOPQRSTUVWXYZ')"/> </xsl:attribute> </xsl:element> <xsl:value-of select="."/> + <xsl:text> </xsl:text> </xsl:element> <xsl:element name="variablelist"> <xsl:element name="varlistentry"> |