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