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/docbook2pearson.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/docbook2pearson.xsl')
-rw-r--r-- | docs/xslt/docbook2pearson.xsl | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/docs/xslt/docbook2pearson.xsl b/docs/xslt/docbook2pearson.xsl index f95997b1d9..d276d31991 100644 --- a/docs/xslt/docbook2pearson.xsl +++ b/docs/xslt/docbook2pearson.xsl @@ -102,12 +102,8 @@ <xsl:apply-templates/> </xsl:template> -<xsl:template match="index"> - <xsl:comment> XXX insert index here </xsl:comment> - <!-- chapter> - <xsl:call-template name="transform.id.attribute"/> - <xsl:apply-templates/> -</chapter --> + <xsl:template match="index"> + <xsl:comment> XXX insert index here </xsl:comment> </xsl:template> <xsl:template match="preface"> |