Added "verse" class to verses in book2html conversion.
authorMarek Stępniowski <marek@stepniowski.com>
Sun, 14 Sep 2008 17:55:43 +0000 (19:55 +0200)
committerMarek Stępniowski <marek@stepniowski.com>
Sun, 14 Sep 2008 17:55:43 +0000 (19:55 +0200)
lib/librarian/book2html.xslt

index 47e126a..7e6a2ef 100644 (file)
 <xsl:template name="verse">
     <xsl:param name="line-content" />
     <xsl:param name="line-number" />
-    <p>
+    <p class="verse">
         <xsl:choose>
             <xsl:when test="name($line-content) = 'wers_akap'">
                 <xsl:attribute name="style">padding-left: 1em</xsl:attribute>