fix pdf for multiple publishers in multi-part books
[librarian.git] / librarian / pdf / wl2tex.xslt
index c3054d2..7b38e34 100644 (file)
             <xsl:if test=".//dc:publisher">
                 Wydawca:
                 <TeXML escape="1">
-                    <xsl:for-each select="//dc:publisher/text()">
+                    <xsl:for-each select=".//dc:publisher/text()">
                         <xsl:value-of select="."/>
                         <xsl:if test="not(position() = last())">, </xsl:if>
                     </xsl:for-each>