You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<spanclass="label label-info"title="A globally meaningful identifiers for this rule. MAY be the name or identifier of a security configuration issue or vulnerability that the rule remediates. By setting an identifier on a rule, the benchmark author effectively declares that the rule instantiates, implements, or remediates the issue for which the name was assigned.">Identifiers:</span> 
111
-
<xsl:for-eachselect="$item/cdf:ident">
112
-
<xsl:apply-templatesmode="ident"select="."/>
113
-
<xsl:iftest="position() != last()">, </xsl:if>
114
-
</xsl:for-each>
115
-
</p>
89
+
<tr>
90
+
<td>
91
+
<spanclass="label label-info"title="A globally meaningful identifiers for this rule. MAY be the name or identifier of a security configuration issue or vulnerability that the rule remediates. By setting an identifier on a rule, the benchmark author effectively declares that the rule instantiates, implements, or remediates the issue for which the name was assigned.">Identifiers:</span>
92
+
</td>
93
+
<tdclass="identifiers">
94
+
<xsl:call-templatename="item-idents">
95
+
<xsl:with-paramname="item"select="$item"/>
96
+
</xsl:call-template>
97
+
</td>
98
+
</tr>
116
99
</xsl:if>
117
100
<xsl:iftest="$item/cdf:reference">
101
+
<tr>
102
+
<td>
103
+
<spanclass="label label-default"title="Provide a reference to a document or resource where the user can learn more about the subject of the Rule or Group.">References:</span>
104
+
</td>
105
+
<tdclass="identifiers">
106
+
<xsl:call-templatename="item-refs">
107
+
<xsl:with-paramname="item"select="$item"/>
108
+
</xsl:call-template>
109
+
</td>
110
+
</tr>
111
+
</xsl:if>
112
+
</xsl:template>
113
+
114
+
<xsl:templatename="item-idents">
115
+
<xsl:paramname="item"/>
118
116
<p>
119
-
<spanclass="label label-default"title="Provide a reference to a document or resource where the user can learn more about the subject of the Rule or Group.">References:</span> 
0 commit comments