fnp
/
librarian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
943fdd2
)
Verses as div, not p.
author
Radek Czajka
<rczajka@rczajka.pl>
Wed, 5 Feb 2020 14:48:28 +0000
(15:48 +0100)
committer
Radek Czajka
<rczajka@rczajka.pl>
Wed, 5 Feb 2020 14:48:28 +0000
(15:48 +0100)
librarian/xslt/book2html.xslt
patch
|
blob
|
history
diff --git
a/librarian/xslt/book2html.xslt
b/librarian/xslt/book2html.xslt
index
53ba882
..
e670fb0
100644
(file)
--- a/
librarian/xslt/book2html.xslt
+++ b/
librarian/xslt/book2html.xslt
@@
-247,7
+247,7
@@
<xsl:template name="verse">
<xsl:param name="verse-content" />
<xsl:param name="verse-type" />
- <
p
class="verse">
+ <
div
class="verse">
<xsl:choose>
<xsl:when test="name($verse-type) = 'wers_akap'">
<xsl:attribute name="style">padding-left: 1em</xsl:attribute>
@@
-270,7
+270,7
@@
</xsl:when>
</xsl:choose>
<xsl:apply-templates select="$verse-content" mode="inline" />
- </
p
>
+ </
div
>
</xsl:template>
<xsl:template match="motto_podpis">