Skip to content

Commit

Permalink
Show benchmark version in HTML report if available
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Preisler committed Jun 26, 2018
1 parent cde7aa7 commit 7b12b18
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions xsl/xccdf-report-impl.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@ Authors:
</tr>
</xsl:if>
</xsl:if>
<xsl:if test="$benchmark/cdf:version">
<tr>
<th>Benchmark version</th>
<td><xsl:value-of select="$benchmark/cdf:version[1]/text()"/></td>
</tr>
</xsl:if>
<xsl:if test="$testresult/cdf:profile">
<tr>
<th>Profile ID</th>
Expand Down

0 comments on commit 7b12b18

Please sign in to comment.