summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@src.gnome.org>2003-08-12 13:34:19 +0000
committerShaun McCance <shaunm@src.gnome.org>2003-08-12 13:34:19 +0000
commit619d36b1bc57239a3eb30163bc189b5aa44a4f88 (patch)
tree409b42dd0a9992915d02d44fe487babeeda57194
parentcc8a6926e70c1bbbb349cbcd5844ffe459c2b945 (diff)
downloadyelp-619d36b1bc57239a3eb30163bc189b5aa44a4f88.tar.gz
- Fixed stupid bad syntax in yelp:get-admon.class
* stylesheets/yelp-functions.xsl: - Fixed stupid bad syntax in yelp:get-admon.class
-rw-r--r--stylesheets/ChangeLog5
-rw-r--r--stylesheets/yelp-functions.xsl3
2 files changed, 7 insertions, 1 deletions
diff --git a/stylesheets/ChangeLog b/stylesheets/ChangeLog
index 981f0328..61c91c18 100644
--- a/stylesheets/ChangeLog
+++ b/stylesheets/ChangeLog
@@ -1,3 +1,8 @@
+2003-08-12 Shaun McCance <shaunm@wolfram.com>
+
+ * yelp-functions.xsl:
+ - Fixed stupid bad syntax in yelp:get-admon.class
+
2003-07-31 Shaun McCance <shaunm@wolfram.com>
* yelp-customization.xsl:
diff --git a/stylesheets/yelp-functions.xsl b/stylesheets/yelp-functions.xsl
index 464d826a..66ba403d 100644
--- a/stylesheets/yelp-functions.xsl
+++ b/stylesheets/yelp-functions.xsl
@@ -383,7 +383,8 @@
</func:function>
<func:function name="yelp:get-admon.class">
<xsl:param name="node" select="."/>
- <func:result select="$node/caution/important/note/tip.warning"/>
+ <func:result select="$node/caution | $node/important | $node/note
+ | $node/tip | $node/warning"/>
</func:function>
<func:function name="yelp:get-linespecific.class">
<xsl:param name="node" select="."/>