svn commit: r48762 - head/share/xml
Warren Block
wblock at FreeBSD.org
Sun May 1 21:24:59 UTC 2016
Author: wblock
Date: Sun May 1 21:24:58 2016
New Revision: 48762
URL: https://svnweb.freebsd.org/changeset/doc/48762
Log:
Set the image source path to "./" to keep absolute paths from breaking
image display.
Modified:
head/share/xml/freebsd-epub.xsl
Modified: head/share/xml/freebsd-epub.xsl
==============================================================================
--- head/share/xml/freebsd-epub.xsl Sun May 1 20:07:20 2016 (r48761)
+++ head/share/xml/freebsd-epub.xsl Sun May 1 21:24:58 2016 (r48762)
@@ -21,6 +21,7 @@
<xsl:param name="generate.legalnotice.link" 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="formal.title.placement">
More information about the svn-doc-all
mailing list