summaryrefslogtreecommitdiff
path: root/stylesheets
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2004-10-20 10:56:21 +0000
committerShaun McCance <shaunm@src.gnome.org>2004-10-20 10:56:21 +0000
commit09b7e165bbc1b9718e74734f12566d9cf71903db (patch)
tree665ef62fefee4c0012ae2b10c80bfb4a14e61d1a /stylesheets
parent45f53fe93500537d99e63c937b4345c67d7923c2 (diff)
downloadyelp-09b7e165bbc1b9718e74734f12566d9cf71903db.tar.gz
- Actually select the variable for admon graphics
* stylesheets/db2html.xsl.in: - Actually select the variable for admon graphics
Diffstat (limited to 'stylesheets')
-rw-r--r--stylesheets/db2html.xsl.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/stylesheets/db2html.xsl.in b/stylesheets/db2html.xsl.in
index d3432ebc..90ada13c 100644
--- a/stylesheets/db2html.xsl.in
+++ b/stylesheets/db2html.xsl.in
@@ -67,19 +67,19 @@
<xsl:attribute name="src">
<xsl:choose>
<xsl:when test="$node/self::caution">
- <xsl:value-of select="yelp.image.caution"/>
+ <xsl:value-of select="$yelp.image.caution"/>
</xsl:when>
<xsl:when test="$node/self::important">
- <xsl:value-of select="yelp.image.important"/>
+ <xsl:value-of select="$yelp.image.important"/>
</xsl:when>
<xsl:when test="$node/self::note">
- <xsl:value-of select="yelp.image.note"/>
+ <xsl:value-of select="$yelp.image.note"/>
</xsl:when>
<xsl:when test="$node/self::tip">
- <xsl:value-of select="yelp.image.tip"/>
+ <xsl:value-of select="$yelp.image.tip"/>
</xsl:when>
<xsl:when test="$node/self::warning">
- <xsl:value-of select="yelp.image.warning"/>
+ <xsl:value-of select="$yelp.image.warning"/>
</xsl:when>
</xsl:choose>
</xsl:attribute>