diff options
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> |