bug fix
This commit is contained in:
parent
39f5f3eb99
commit
b6f6212d8b
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@
|
||||||
<!-- Fixing Butterfly sanity checks -->
|
<!-- Fixing Butterfly sanity checks -->
|
||||||
<xsl:when test="contains(string(),'./fortify-test')
|
<xsl:when test="contains(string(),'./fortify-test')
|
||||||
or contains(string(),'./ssp-test')">
|
or contains(string(),'./ssp-test')">
|
||||||
<xsl:text>!</xsl:text>
|
<xsl:text>! </xsl:text>
|
||||||
<xsl:apply-templates/>
|
<xsl:apply-templates/>
|
||||||
<xsl:text>
</xsl:text>
|
<xsl:text>
</xsl:text>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
|
|
Reference in a new issue