Skip to content

Commit b64af10

Browse files
committed
Fix typo
1 parent 118ea29 commit b64af10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/transforms/shared_xccdf2table-profileccirefs.xslt

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181

8282
<td>
8383
<xsl:for-each select="cdf:reference[@href=$disa-cciuri]">
84-
<xsl:variable name="cci_formatted" select='self::node()[text()])' />
84+
<xsl:variable name="cci_formatted" select='self::node()[text()]' />
8585
<xsl:variable name="cci_expanded" select="$cci_formatted" />
8686
<xsl:for-each select="$os_srg/cdf:Group/cdf:Rule" >
8787
<xsl:if test="cdf:ident=$cci_expanded">

0 commit comments

Comments
 (0)