Set the image source path to "./" to keep absolute paths from breaking
image display.
This commit is contained in:
parent
a8f77d8dd0
commit
2be5d3bdca
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48762
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
||||||
|
|
||||||
<xsl:param name="generate.legalnotice.link" select="'1'"/>
|
<xsl:param name="generate.legalnotice.link" select="'1'"/>
|
||||||
<xsl:param name="html.chunk" select="'1'"/>
|
<xsl:param name="html.chunk" select="'1'"/>
|
||||||
|
<xsl:param name="img.src.path" select="'./'"/>
|
||||||
|
|
||||||
<xsl:param name="docbook.css.source">../xml/docbook-epub.css.xml</xsl:param>
|
<xsl:param name="docbook.css.source">../xml/docbook-epub.css.xml</xsl:param>
|
||||||
<xsl:param name="formal.title.placement">
|
<xsl:param name="formal.title.placement">
|
||||||
|
|
Loading…
Reference in a new issue