fix typo
[librarian.git] / librarian / epub / xsltScheme.xsl
index 750708e..d6f69bb 100644 (file)
     </em>
   </xsl:template>
 
+  <xsl:template match="indeks_dolny" >
+    <sub xmlns="http://www.w3.org/1999/xhtml">
+      <xsl:apply-templates />
+    </sub>
+  </xsl:template>
+
   <xsl:template match="osoba" >
     <em class="person" xmlns="http://www.w3.org/1999/xhtml">
       <xsl:apply-templates />
     </img>
 </xsl:template>
 
-<xsl:template match="tabela">
+<xsl:template match="tabela|tabelka">
   <table xmlns="http://www.w3.org/1999/xhtml">
     <xsl:apply-templates />
   </table>