minor update

Former-commit-id: 79b44ce9a813e9b20c0915c5a5aac368d0643219
This commit is contained in:
Jeremy Long
2013-01-13 17:05:19 -05:00
parent ae7fbbb04f
commit a7e95c2a4d

View File

@@ -362,11 +362,9 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
#if ($cpeCount>1) #if ($cpeCount>1)
Several possible CPEs where identified. If one of the following are correct please update the configuration Several possible CPEs where identified. If one of the following are correct please update the configuration
to set the hash code for this file to the CPE entry below.<br/><br/> to set the hash code for this file to the CPE entry below.<br/><br/>
#end #elseif ($dependency.getIdentifiers().size()==0)
#if($dependency.getIdentifiers().size()==0)
<ul><li><b>None</b></li></ul> <ul><li><b>None</b></li></ul>
#end #elseif ($dependency.getIdentifiers().size()>0)
#if($dependency.getIdentifiers().size()>0)
<ul> <ul>
#foreach($id in $dependency.getIdentifiers()) #foreach($id in $dependency.getIdentifiers())
##yes, we are HTML Encoding the href. this is okay. We can't URL encode as we have to trust the analyzer here... ##yes, we are HTML Encoding the href. this is okay. We can't URL encode as we have to trust the analyzer here...