[yelp-xsl] color.xsl: xsldoc comment fixup



commit 8c9aa72dd61dcb913f79edfc27ff345e84a120e4
Author: Shaun McCance <shaunm redhat com>
Date:   Wed May 24 12:38:39 2017 -0400

    color.xsl: xsldoc comment fixup

 xslt/common/color.xsl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/xslt/common/color.xsl b/xslt/common/color.xsl
index 4525312..3181a17 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.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]