output escaping fix
[librarian.git] / librarian / epub / xsltTitle.xsl
index 544b4b9..74ef64a 100644 (file)
@@ -61,7 +61,7 @@
   </xsl:template>
 
   <xsl:template match="text()" >
-    <xsl:value-of select="." disable-output-escaping="yes" />
+    <xsl:value-of select="." />
   </xsl:template>
 
   <xsl:template match="node()" mode="poczatek">
 
   <xsl:template match="motyw" />
 
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>