diff --git a/dependency-check-core/src/main/resources/templates/xmlReport.vsl b/dependency-check-core/src/main/resources/templates/xmlReport.vsl
index b1ab9075d..cd5685de8 100644
--- a/dependency-check-core/src/main/resources/templates/xmlReport.vsl
+++ b/dependency-check-core/src/main/resources/templates/xmlReport.vsl
@@ -98,7 +98,7 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
$enc.xml($evidence.getValue().trim())
#end
-#foreach($evidence in $dependency.getEvidence($PRODUCT))
+#foreach($evidence in $dependency.getEvidence($VERSION))
$enc.xml($evidence.getSource())
$enc.xml($evidence.getName())