allow strofa inside table + fix table border in html/epub + fix empty verses in epub
[librarian.git] / librarian / fb2 / poems.xslt
index 82e164f..257795b 100644 (file)
                </stanza>
        </xsl:template>
 
+       <xsl:template mode="inline" match="strofa">
+               <xsl:apply-templates select="." mode="para"/>
+       </xsl:template>
+
        <!-- XXX: it should be done elsewhere but our cheap verse splitting
                puts it here -->
        <xsl:template match="motyw" mode="poem"/>