X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/387bff61a13e750e1ef4e015025415a8b311b25b..1788f5dc5560ef56d82685ec9dd70f4ab41983cd:/librarian/epub/xsltScheme.xsl diff --git a/librarian/epub/xsltScheme.xsl b/librarian/epub/xsltScheme.xsl index 7e866fd..3ddcf97 100644 --- a/librarian/epub/xsltScheme.xsl +++ b/librarian/epub/xsltScheme.xsl @@ -168,7 +168,7 @@ <xsl:template match="strofa"> <div class="stanza" xmlns="http://www.w3.org/1999/xhtml"> <xsl:apply-templates /> - </div><div xmlns="http://www.w3.org/1999/xhtml"> </div> + </div><div class='stanza-spacer' xmlns="http://www.w3.org/1999/xhtml"> </div> </xsl:template> <xsl:template match="wers_normalny"> @@ -307,11 +307,11 @@ <!--===========================================================--> <xsl:template match="text()" > - <xsl:value-of select="." disable-output-escaping="yes"/> + <xsl:value-of select="." /> </xsl:template> <xsl:template match="text()" > - <xsl:value-of select="." disable-output-escaping="yes"/> + <xsl:value-of select="." /> </xsl:template> -</xsl:stylesheet> \ No newline at end of file +</xsl:stylesheet>