X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/cec81dc04a23808077505265a3f8bb0e9b6053cb..e99963a534b529840f041cfa8f5e4ab1f030f49d:/librarian/fb2/sections.xslt?ds=sidebyside

diff --git a/librarian/fb2/sections.xslt b/librarian/fb2/sections.xslt
index 7f34bc3..b698652 100644
--- a/librarian/fb2/sections.xslt
+++ b/librarian/fb2/sections.xslt
@@ -12,9 +12,10 @@
 	xmlns:l="http://www.w3.org/1999/xlink">
 
 	<!-- a nice epigraph section -->
-	<xsl:template match="nota_red" mode="sections">
+	<xsl:template match="dedykacja|nota|nota_red" mode="sections">
 		<epigraph>
 			<xsl:apply-templates mode="para"/>
+			<!-- XXX: <strofa/> can be here as well -->
 		</epigraph>
 	</xsl:template>