fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
epub: fix --working-copy description
[librarian.git]
/
librarian
/
epub
/
xsltScheme.xsl
diff --git
a/librarian/epub/xsltScheme.xsl
b/librarian/epub/xsltScheme.xsl
index
7e866fd
..
3ddcf97
100644
(file)
--- 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 />
<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">
</xsl:template>
<xsl:template match="wers_normalny">
@@
-307,11
+307,11
@@
<!--===========================================================-->
<xsl:template match="text()" >
<!--===========================================================-->
<xsl:template match="text()" >
- <xsl:value-of select="."
disable-output-escaping="yes"
/>
+ <xsl:value-of select="." />
</xsl:template>
<xsl:template match="text()" >
</xsl:template>
<xsl:template match="text()" >
- <xsl:value-of select="."
disable-output-escaping="yes"
/>
+ <xsl:value-of select="." />
</xsl:template>
</xsl:template>
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>