summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@redhat.com>2017-05-24 12:38:39 -0400
committerShaun McCance <shaunm@redhat.com>2017-05-24 12:38:39 -0400
commit8c9aa72dd61dcb913f79edfc27ff345e84a120e4 (patch)
treee47794d4160ac75e21bc32aabf080e2586d2ed4d
parentfec00bb7f2d99d4a42e8b29b19dc1e2706774343 (diff)
downloadyelp-xsl-8c9aa72dd61dcb913f79edfc27ff345e84a120e4.tar.gz
color.xsl: xsldoc comment fixup
-rw-r--r--xslt/common/color.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/xslt/common/color.xsl b/xslt/common/color.xsl
index 45253125..3181a173 100644
--- a/xslt/common/color.xsl
+++ b/xslt/common/color.xsl
@@ -332,7 +332,7 @@ that specifying 1.0 for ${mix} will result in a color that is the result
of overlaying ${fg} on top of ${bg}. In effect, ${mix} acts as a multiplier
on the alpha channels of the colors.
-This template calls *{color.r}, ${color.g}, ${color.b}, and ${color.a} to get
+This template calls *{color.r}, *{color.g}, *{color.b}, and *{color.a} to get
the components of ${bg} and ${fg}. It accepts six-digit and three-digit
hexidecimal color codes, colors specified with #{rgb()}, and colors specified
with #{rgba()}. It does not accept HSL or named HTML colors.