Missing xml tag, typo

This commit is contained in:
erwanlr
2013-03-29 23:17:23 +01:00
parent f26ece827c
commit e65c4f4497
3 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- the vulnerability node is not needed there --> <!-- the vulnerability node is not needed -->
<vulnerabilities> <vulnerabilities>
<item name="mr-smith"/> <item name="mr-smith"/>
<not-valid name='I should not appear in the results'/> <not-valid name='I should not appear in the results'/>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- the vulnerability node is not needed there --> <!-- the vulnerability node is not needed -->
<vulnerabilities> <vulnerabilities>
<plugin name="mr-smith"/> <plugin name="mr-smith"/>
<not-valid name='I should not appear in the results'/> <not-valid name='I should not appear in the results'/>

View File

@@ -1,3 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- the vulnerability node is not needed -->
<themes> <themes>
<theme name="shopperpress"/> <theme name="shopperpress"/>
<not-valid name="wise"/> <not-valid name="wise"/>