Skip to content

Commit 816ffa1

Browse files
committed
xsl/xccdf-report-impl.xsl: fix un-expanded variable in progress text
Signed-off-by: Stephen L Arnold <[email protected]>
1 parent 0862f59 commit 816ffa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xsl/xccdf-report-impl.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ Authors:
254254
<h3>Rule results</h3>
255255
<xsl:choose>
256256
<xsl:when test="$not_ignored_rules_count > 0" >
257-
<div class="progress" title="Displays proportion of passed/fixed, failed/error, and other rules (in that order). There were $not_ignored_rules_count rules taken into account.">
257+
<div class="progress" title="Displays proportion of passed/fixed, failed/error, and other rules (in that order). There were {$not_ignored_rules_count} rules taken into account.">
258258
<div class="progress-bar progress-bar-success" style="width: {$passed_rules_count div $not_ignored_rules_count * 100}%">
259259
<xsl:value-of select="$passed_rules_count"/> passed
260260
</div>

0 commit comments

Comments
 (0)