[PATCH 04/12] removed mistaken and unnecessary <table> tag from srgmap transform

Jeffrey Blank blank at eclipse.ncsc.mil
Mon Oct 15 19:00:27 UTC 2012


Signed-off-by: Jeffrey Blank <blank at eclipse.ncsc.mil>
---
 RHEL6/transforms/xccdf2table-stig.xslt |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/RHEL6/transforms/xccdf2table-stig.xslt b/RHEL6/transforms/xccdf2table-stig.xslt
index af5af9b..b41a552 100644
--- a/RHEL6/transforms/xccdf2table-stig.xslt
+++ b/RHEL6/transforms/xccdf2table-stig.xslt
@@ -123,12 +123,10 @@
     <xsl:template name="print-notes">
             <xsl:param name="vulnid"/>
 		<xsl:for-each select="$notegroup/note">
-			<table>
         	<xsl:call-template name="search_vulnidlist" select="note">
 		    	<xsl:with-param name="vulnid_sought" select="$vulnid" />
 		    	<xsl:with-param name="vulnid_list" select="@ref" />
         	</xsl:call-template>
-			</table>
 		</xsl:for-each>
 
     </xsl:template>
-- 
1.7.1



More information about the scap-security-guide mailing list