fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix for generating ebooks without pictures
[librarian.git]
/
librarian
/
xslt
/
book2html.xslt
diff --git
a/librarian/xslt/book2html.xslt
b/librarian/xslt/book2html.xslt
index
c8aa52b
..
715490e
100644
(file)
--- a/
librarian/xslt/book2html.xslt
+++ b/
librarian/xslt/book2html.xslt
@@
-119,7
+119,7
@@
<xsl:template match="ilustr">
<img>
<xsl:attribute name="src">
- <xsl:value-of select="@src" />
+ <xsl:value-of select="
$gallery" /><xsl:value-of select="
@src" />
</xsl:attribute>
<xsl:attribute name="alt">
<xsl:value-of select="@alt" />