diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-06-05 21:07:13 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:45:52 -0500 |
commit | 40417b3b372feadb5db64ad776abdc556632e7b9 (patch) | |
tree | a063ae7bc738e658c016b969dbf25d48439815bf /docs/xslt/generate-attributions.xsl | |
parent | 760d77387da2f3e471b41ace36858143f0d7165e (diff) | |
download | samba-40417b3b372feadb5db64ad776abdc556632e7b9.tar.gz samba-40417b3b372feadb5db64ad776abdc556632e7b9.tar.bz2 samba-40417b3b372feadb5db64ad776abdc556632e7b9.zip |
Remove redundant attributes
(This used to be commit c031e9abc270b63681e357e3f80b73515b611955)
Diffstat (limited to 'docs/xslt/generate-attributions.xsl')
-rw-r--r-- | docs/xslt/generate-attributions.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/xslt/generate-attributions.xsl b/docs/xslt/generate-attributions.xsl index d358f1c59e..6f182fd753 100644 --- a/docs/xslt/generate-attributions.xsl +++ b/docs/xslt/generate-attributions.xsl @@ -35,7 +35,7 @@ </xsl:choose> </xsl:template> -<xsl:template match="author"> +<xsl:template match="chapterinfo/author"> <xsl:choose> <xsl:when test="firstname != ''"> <xsl:text>	</xsl:text> |