diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-10-19 22:54:36 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:04 -0500 |
commit | 48341dd542a6b509cbd5dbfa31e447036cc3dc58 (patch) | |
tree | ac61a4ced239bc4c4eb65e75d6f4bf05d2fb2a59 /docs/xslt/sambadoc2pearson.xsl | |
parent | 03b002e39358069f9da01aadeec5d4b692475b72 (diff) | |
download | samba-48341dd542a6b509cbd5dbfa31e447036cc3dc58.tar.gz samba-48341dd542a6b509cbd5dbfa31e447036cc3dc58.tar.bz2 samba-48341dd542a6b509cbd5dbfa31e447036cc3dc58.zip |
Fix indentation in Pearson XML output
Add some markup in mount.cifs(8)
(This used to be commit 220ace14822e1312ff0bfbe4348b0b9147d075f3)
Diffstat (limited to 'docs/xslt/sambadoc2pearson.xsl')
-rw-r--r-- | docs/xslt/sambadoc2pearson.xsl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/xslt/sambadoc2pearson.xsl b/docs/xslt/sambadoc2pearson.xsl index d187d268c6..d98e4485f0 100644 --- a/docs/xslt/sambadoc2pearson.xsl +++ b/docs/xslt/sambadoc2pearson.xsl @@ -23,12 +23,12 @@ </xsl:template> <xsl:template match="smbconfexample/smbconfoption|smbconfblock/smbconfoption"> - <xsl:value-of select="name"/><xsl:text> = </xsl:text><xsl:value-of select="value"/><xsl:text> </xsl:text> + <xsl:text> </xsl:text><xsl:value-of select="name"/><xsl:text> = </xsl:text><xsl:value-of select="value"/><xsl:text> </xsl:text> </xsl:template> <xsl:template match="smbconfexample"> - <!-- <xsl:call-template name="transform.id.attribute"/>--> <listing> + <xsl:call-template name="transform.id.attribute"/> <xsl:if test="title != ''"> <description><xsl:value-of select="title"/></description> </xsl:if> |