diff options
-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 fa34f3bbe2..718af13f72 100644 --- a/docs/xslt/generate-attributions.xsl +++ b/docs/xslt/generate-attributions.xsl @@ -22,7 +22,7 @@ </xsl:element> </xsl:template> -<xsl:template match="chapter"> +<xsl:template match="chapter|preface"> <xsl:choose> <xsl:when test="chapterinfo/author != ''"> <xsl:element name="para"> |