diff options
Diffstat (limited to 'stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/verbatim.xsl')
-rw-r--r-- | stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/verbatim.xsl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/verbatim.xsl b/stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/verbatim.xsl index 2286c1b6f..56b4240c1 100644 --- a/stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/verbatim.xsl +++ b/stylesheets/lfs-xsl/docbook-xsl-snapshot/fo/verbatim.xsl @@ -350,7 +350,8 @@ <xsl:template match="node()|@*" mode="hyphenate.verbatim"> <xsl:copy> - <xsl:apply-templates select="node()|@*" mode="hyphenate.verbatim"/> + <xsl:copy-of select="@*"/> + <xsl:apply-templates mode="hyphenate.verbatim"/> </xsl:copy> </xsl:template> |