summaryrefslogtreecommitdiffstats
path: root/xsl
diff options
context:
space:
mode:
authorTammy Fox <tfox@redhat.com>2003-07-17 20:06:00 +0000
committerTammy Fox <tfox@redhat.com>2003-07-17 20:06:00 +0000
commit11f92ca0a38d6c187f8798f16e6d819ee04d0621 (patch)
treed93fce0123bb2a9e3507bcdd0533d11292e44949 /xsl
parent029b733efab5d9308fd82f9205481c91ad7d2406 (diff)
downloadfedora-doc-utils-11f92ca0a38d6c187f8798f16e6d819ee04d0621.tar.gz
fedora-doc-utils-11f92ca0a38d6c187f8798f16e6d819ee04d0621.tar.xz
fedora-doc-utils-11f92ca0a38d6c187f8798f16e6d819ee04d0621.zip
correct location for stylesheet images
Diffstat (limited to 'xsl')
-rw-r--r--xsl/html-common.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/xsl/html-common.xsl b/xsl/html-common.xsl
index 9d553ae..c6fc1e4 100644
--- a/xsl/html-common.xsl
+++ b/xsl/html-common.xsl
@@ -10,7 +10,7 @@
<!-- Admonition Graphics -->
<xsl:param name="admon.graphics" select="1"></xsl:param>
-<xsl:param name="admon.graphics.path">/stylesheet-images/</xsl:param>
+<xsl:param name="admon.graphics.path">./stylesheet-images/</xsl:param>
<!-- titles after all elements -->