]> granicus.if.org Git - docbook-dsssl/commitdiff
Leave ../ out of graphics paths by default; that doesn't make sense anymore
authorNorman Walsh <ndw@nwalsh.com>
Wed, 1 Aug 2001 00:50:10 +0000 (00:50 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Wed, 1 Aug 2001 00:50:10 +0000 (00:50 +0000)
xsl/html/param.xsl

index 8378033f87127fe21b891194b55e0159b45a6111..d212d3ec748400246dbf38973c5ea0af4c5d9589 100644 (file)
@@ -228,7 +228,7 @@ a graphic.  Default graphics are provided in the distribution.
 </doc:param>
 
 <!-- ==================================================================== -->
-<xsl:param name="admon.graphics.path" doc:type='string'>../images/</xsl:param>
+<xsl:param name="admon.graphics.path" doc:type='string'>images/</xsl:param>
 
 <doc:param name="admon.graphics.path" xmlns="">
 <refpurpose>Path to admonition graphics</refpurpose>
@@ -620,7 +620,7 @@ Default graphics are provided in the distribution.
 </doc:param>
 
 <!-- ==================================================================== -->
-<xsl:param name="callout.graphics.path" select="'../images/callouts/'" doc:type='string'/>
+<xsl:param name="callout.graphics.path" select="'images/callouts/'" doc:type='string'/>
 
 <doc:param name="callout.graphics.path" xmlns="">
 <refpurpose>Path to callout graphics</refpurpose>