X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/009c67a616426966424da38edac3ad19bdd875d2..cda2ae88878c218d2208398cdb054b6c9baebd47:/lib/librarian/book2html.xslt?ds=sidebyside

diff --git a/lib/librarian/book2html.xslt b/lib/librarian/book2html.xslt
index bd1b8bbbd..47e126a09 100644
--- a/lib/librarian/book2html.xslt
+++ b/lib/librarian/book2html.xslt
@@ -212,7 +212,7 @@
 
 <xsl:template match="tytul_dziela" mode="inline">
     <em class="book-title">
-        <xsl:if test="./@typ = '1'">„</xsl:if><xsl:apply-templates mode="inline" /><xsl:if test="./@typ = '1">”</xsl:if>
+        <xsl:if test="@typ = '1'">„</xsl:if><xsl:apply-templates mode="inline" /><xsl:if test="@typ = '1'">”</xsl:if>
     </em>
 </xsl:template>
 
@@ -233,6 +233,14 @@
     <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 = -->