Moved Person class from dcparser.person to dcparser.converters and removed module...
[wolnelektury.git] / lib / librarian / book2html.xslt
index aa9aa0f..47e126a 100644 (file)
     <hr class="spacer" />
 </xsl:template>
 
+<xsl:template match="sekcja_asterysk">
+    <p class="spacer-asterisk">*</p>
+</xsl:template>
+
+<xsl:template match="separator_linia">
+    <hr class="spacer-line" />
+</xsl:template>
+
 
 <!-- ================ -->
 <!-- = SPECIAL TAGS = -->