fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix
[librarian.git]
/
librarian
/
epub
/
xsltAnnotations.xsl
diff --git
a/librarian/epub/xsltAnnotations.xsl
b/librarian/epub/xsltAnnotations.xsl
index
bc5693e
..
c66730a
100644
(file)
--- a/
librarian/epub/xsltAnnotations.xsl
+++ b/
librarian/epub/xsltAnnotations.xsl
@@
-27,7
+27,7
@@
</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 match="pa|pe|pr|pt" mode="przypis">
</xsl:template>
<xsl:template match="pa|pe|pr|pt" mode="przypis">
@@
-38,6
+38,7
@@
</a>
<p xmlns="http://www.w3.org/1999/xhtml">
<xsl:apply-templates />
</a>
<p xmlns="http://www.w3.org/1999/xhtml">
<xsl:apply-templates />
+ <xsl:if test="name()='pa'"> [przypis autorski]</xsl:if>
</p>
</div>
</xsl:template>
</p>
</div>
</xsl:template>
@@
-74,4
+75,4
@@
</p>
</xsl:template>
</p>
</xsl:template>
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>