Skip to content

Commit

Permalink
Merge pull request OpenSCAP#1294 from jan-cerny/rule_id
Browse files Browse the repository at this point in the history
Show rule ID in HTML guide
  • Loading branch information
redhatrises authored Jan 28, 2019
2 parents 88912f8 + a6bdde7 commit f4eb308
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions xsl/xccdf-guide-impl.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,14 @@ Authors:
</xsl:call-template>
</div></td></tr>

<tr>
<td><span class="label label-primary">Rule ID:</span></td>
<td>
<xsl:value-of select="$item/@id"/>
</td>
</tr>


<tr><td>Identifiers and References</td><td class="identifiers">
<xsl:call-template name="item-idents-refs">
<xsl:with-param name="item" select="$item"/>
Expand Down

0 comments on commit f4eb308

Please sign in to comment.