From: Marek Stępniowski <marek@stepniowski.com>
Date: Sun, 14 Sep 2008 17:55:43 +0000 (+0200)
Subject: Added "verse" class to verses in book2html conversion.
X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/f3c2bd88867ed66eedc660d8cc05e471745b92a3?ds=inline;hp=b477092c116c9d06d59e987893ef4920adffb06e

Added "verse" class to verses in book2html conversion.
---

diff --git a/lib/librarian/book2html.xslt b/lib/librarian/book2html.xslt
index 47e126a09..7e6a2efa7 100644
--- a/lib/librarian/book2html.xslt
+++ b/lib/librarian/book2html.xslt
@@ -169,7 +169,7 @@
 <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>