diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-09-05 14:46:49 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:01 -0500 |
commit | 153cf131399cd53ce66f0814337579572ecefbff (patch) | |
tree | 23d438282f74caa6a929b8dd889d57b9fc3fd02d /docs/xslt/generate-attributions.xsl | |
parent | 031f4681472f56c36441b43612b4babfa24288a3 (diff) | |
download | samba-153cf131399cd53ce66f0814337579572ecefbff.tar.gz samba-153cf131399cd53ce66f0814337579572ecefbff.tar.bz2 samba-153cf131399cd53ce66f0814337579572ecefbff.zip |
Better conformance to DocBook standards
(This used to be commit 54d2975708657319e6ca42c44bd1e871abd09d85)
Diffstat (limited to 'docs/xslt/generate-attributions.xsl')
-rw-r--r-- | docs/xslt/generate-attributions.xsl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/xslt/generate-attributions.xsl b/docs/xslt/generate-attributions.xsl index 718af13f72..a6e7f98e16 100644 --- a/docs/xslt/generate-attributions.xsl +++ b/docs/xslt/generate-attributions.xsl @@ -16,9 +16,7 @@ <xsl:template match="/"> <xsl:element name="preface"> <xsl:element name="title"><xsl:text>Attribution</xsl:text></xsl:element> - <xsl:element name="para"> - <xsl:apply-templates/> - </xsl:element> + <xsl:apply-templates/> </xsl:element> </xsl:template> |