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]
/
src
/
librarian
/
fb2
/
paragraphs.xslt
diff --git
a/src/librarian/fb2/paragraphs.xslt
b/src/librarian/fb2/paragraphs.xslt
index
13d3482
..
1ac9064
100644
(file)
--- a/
src/librarian/fb2/paragraphs.xslt
+++ b/
src/librarian/fb2/paragraphs.xslt
@@
-19,6
+19,12
@@
<p><xsl:apply-templates mode="inline"/></p>
</xsl:template>
<p><xsl:apply-templates mode="inline"/></p>
</xsl:template>
+ <xsl:template mode="para" match="werset">
+ <!-- paragraphs & similar -->
+
+ <p><xsl:apply-templates mode="inline"/></p>
+ </xsl:template>
+
<xsl:template mode="para" match="dlugi_cytat|motto|dedykacja|nota">
<cite><xsl:apply-templates mode="para"/></cite>
</xsl:template>
<xsl:template mode="para" match="dlugi_cytat|motto|dedykacja|nota">
<cite><xsl:apply-templates mode="para"/></cite>
</xsl:template>