From f444825e426e24e045634fea584b82ce76778ab8 Mon Sep 17 00:00:00 2001
From: Jeremy Long
Date: Sat, 20 Apr 2013 06:28:40 -0400
Subject: [PATCH] minor bug fix
Former-commit-id: 7feaa7f3595ba0d198aff445fdb377b86a76e4fd
---
src/main/resources/templates/HtmlReport.vsl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/resources/templates/HtmlReport.vsl b/src/main/resources/templates/HtmlReport.vsl
index 399c49641..74c4b319c 100644
--- a/src/main/resources/templates/HtmlReport.vsl
+++ b/src/main/resources/templates/HtmlReport.vsl
@@ -407,7 +407,7 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
Vulnerably Software:
#foreach($vs in $vuln.getVulnerableSoftware())
- - $esc.html($vs.name) #if($vs.hasPreviousVersion()) and all previous versions.#end
+ - $esc.html($vs.name) #if($vs.hasPreviousVersion()) and all previous versions.#end
#end
#end