Skip to content

Commit aa6c6fe

Browse files
authored
Merge pull request #2013 from VCTLabs/tooltip-var
fix un-expanded variable in xccdf report output
2 parents 1deb4ea + 816ffa1 commit aa6c6fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: xsl/xccdf-report-impl.xsl

+1-1
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)