fix
[librarian.git] / librarian / epub / xsltLast.xsl
index 0a4ca5f..dd44a30 100644 (file)
@@ -74,7 +74,7 @@
   </xsl:template>
 
   <xsl:template match="text()" >
-    <xsl:value-of select="." disable-output-escaping="yes" />
+    <xsl:value-of select="." />
   </xsl:template>
 
   <xsl:template name="editors">
@@ -97,4 +97,4 @@
   <xsl:template match="text()" mode="person">
     <xsl:value-of select="wl:person_name(.)" />
   </xsl:template>
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>