Skip to content

Commit

Permalink
Merge pull request #2013 from VCTLabs/tooltip-var
Browse files Browse the repository at this point in the history
fix un-expanded variable in xccdf report output
  • Loading branch information
jan-cerny authored Aug 7, 2023
2 parents 1deb4ea + 816ffa1 commit aa6c6fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xsl/xccdf-report-impl.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ Authors:
<h3>Rule results</h3>
<xsl:choose>
<xsl:when test="$not_ignored_rules_count > 0" >
<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.">
<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.">
<div class="progress-bar progress-bar-success" style="width: {$passed_rules_count div $not_ignored_rules_count * 100}%">
<xsl:value-of select="$passed_rules_count"/> passed
</div>
Expand Down

0 comments on commit aa6c6fe

Please sign in to comment.