content
[librarian.git] / src / librarian / fb2 / paragraphs.xslt
index e2dc26b..1ac9064 100644 (file)
@@ -2,7 +2,7 @@
 <!--
 
        This file is part of Librarian, licensed under GNU Affero GPLv3 or later.
-       Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
+       Copyright © Fundacja Wolne Lektury. See NOTICE for more information.
 
 -->
 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                <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>