svn commit: r48762 - head/share/xml
Warren Block <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
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"> _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-doc-all To unsubscribe, send any mail to "[email protected]"