Added styles of tags: "mat", "didask_tekst", "slowo_obce", "tytul_dziela", "wyroznien...
[wolnelektury.git] / lib / librarian / book2html.xslt
index bd1b8bb..aa9aa0f 100644 (file)
 
 <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>