fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b477092
)
Added "verse" class to verses in book2html conversion.
author
Marek Stępniowski
<marek@stepniowski.com>
Sun, 14 Sep 2008 17:55:43 +0000
(19:55 +0200)
committer
Marek Stępniowski
<marek@stepniowski.com>
Sun, 14 Sep 2008 17:55:43 +0000
(19:55 +0200)
lib/librarian/book2html.xslt
patch
|
blob
|
history
diff --git
a/lib/librarian/book2html.xslt
b/lib/librarian/book2html.xslt
index
47e126a
..
7e6a2ef
100644
(file)
--- 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>