diff options
Diffstat (limited to 'stylesheets')
-rw-r--r-- | stylesheets/pdf/lfs-admon.xsl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/stylesheets/pdf/lfs-admon.xsl b/stylesheets/pdf/lfs-admon.xsl index b04a4a11e..3f444447d 100644 --- a/stylesheets/pdf/lfs-admon.xsl +++ b/stylesheets/pdf/lfs-admon.xsl @@ -7,8 +7,7 @@ <!-- Graphics in admonitions --> <xsl:param name="admon.graphics" select="1"/> - <xsl:param name="admon.graphics.path" - select="'/usr/share/xml/docbook/xsl-stylesheets-1.69.1/images/'"/> + <xsl:param name="admon.graphics.path" select="'images/'"/> <!-- Admonition block properties --> <xsl:template match="important|warning|caution"> @@ -92,4 +91,4 @@ </fo:block> </xsl:template> -</xsl:stylesheet>
\ No newline at end of file +</xsl:stylesheet> |