Skip to content

Commit 22e0b72

Browse files
committed
Rename results column in report oval details
Signed-off-by: Edgar Aguilar <[email protected]>
1 parent 58c96ec commit 22e0b72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xsl/xccdf-report-oval-details.xsl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ Authors:
224224
<xsl:template mode='item-head' match='*'>
225225
<xsl:param name="resultColumn" select="false"/>
226226
<tr>
227-
<xsl:if test='$resultColumn="true"'><th>Result</th></xsl:if>
227+
<xsl:if test='$resultColumn="true"'><th>Result of item-state comparison</th></xsl:if>
228228
<xsl:for-each select='*'>
229229
<xsl:variable name='label' select='translate(local-name(), "_", " ")'/>
230230
<xsl:variable name='first_letter' select='translate(substring($label,1,1), "abcdefghijklmnopqrstuvwxyz", "ABCDEFGHIJKLMNOPQRSTUVWXYZ")'/>
@@ -263,7 +263,7 @@ Authors:
263263
<!-- UNIX file item visualisation -->
264264

265265
<xsl:template mode='item-head' match='ovalunixsc:file_item'>
266-
<tr><th>Result</th><th>Path</th><th>Type</th><th>UID</th><th>GID</th><th>Size (B)</th><th>Permissions</th></tr>
266+
<tr><th>Result of item-state comparison</th><th>Path</th><th>Type</th><th>UID</th><th>GID</th><th>Size (B)</th><th>Permissions</th></tr>
267267
</xsl:template>
268268

269269
<xsl:template mode='item-body' match='ovalunixsc:file_item'>
@@ -326,7 +326,7 @@ Authors:
326326
<!-- textfilecontent visualisation -->
327327

328328
<xsl:template mode='item-head' match='ovalindsc:textfilecontent_item'>
329-
<tr><th>Result</th><th>Path</th><th>Content</th></tr>
329+
<tr><th>Result of item-state comparison</th><th>Path</th><th>Content</th></tr>
330330
</xsl:template>
331331

332332
<xsl:template mode='item-body' match='ovalindsc:textfilecontent_item'>

0 commit comments

Comments
 (0)