X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/5f92f5a341c58a30c0a5c0d64ba3ed498bb9db85..de3b882898379336c630ee61707936db2d95dd43:/librarian/fb2/paragraphs.xslt?ds=inline

diff --git a/librarian/fb2/paragraphs.xslt b/librarian/fb2/paragraphs.xslt
index 334412e..ed90d2a 100644
--- a/librarian/fb2/paragraphs.xslt
+++ b/librarian/fb2/paragraphs.xslt
@@ -39,7 +39,7 @@
 		<empty-line/><p>————————</p><empty-line/>
 	</xsl:template>
 
-	<xsl:template mode="para" match="tabela">
+	<xsl:template mode="para" match="tabela|tabelka">
 		<table><xsl:apply-templates mode="para" /></table>
 	</xsl:template>
 	<xsl:template mode="para" match="wiersz">
@@ -49,6 +49,9 @@
 		<td><xsl:apply-templates mode="inline" /></td>
 	</xsl:template>
 
+	<xsl:template mode="para" match="ramka">
+		<xsl:apply-templates mode="para" />
+	</xsl:template>
 
 
 	<xsl:template mode="para" match="*"/>