output escaping fix
[librarian.git] / librarian / epub / xsltAnnotations.xsl
index 2d05f1c..c66730a 100644 (file)
@@ -27,7 +27,7 @@
   </xsl:template>
 
   <xsl:template match="text()" >
-    <xsl:value-of select="." disable-output-escaping="yes"/>
+    <xsl:value-of select="." />
   </xsl:template>
 
   <xsl:template match="pa|pe|pr|pt" mode="przypis">
@@ -75,4 +75,4 @@
     </p>
   </xsl:template>
 
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>