From f6eef54566391e819ffa2b9bed959685c0bdc4c4 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Fri, 1 Aug 2014 15:09:41 -0400 Subject: [PATCH] added fix for issue #136 Former-commit-id: c259a419769b41e138d3cbb3811f1c24652601d5 --- .../src/main/resources/templates/HtmlReport.vsl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/dependency-check-core/src/main/resources/templates/HtmlReport.vsl b/dependency-check-core/src/main/resources/templates/HtmlReport.vsl index 96ea47a70..4c4f95d8d 100644 --- a/dependency-check-core/src/main/resources/templates/HtmlReport.vsl +++ b/dependency-check-core/src/main/resources/templates/HtmlReport.vsl @@ -86,10 +86,10 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved. } function toggleDisplay(el, clzName) { $(clzName).toggle(); - if (el.innerHTML == 'show all') { - el.innerHTML = 'less'; + if (el.innerHTML == 'Show All') { + el.innerHTML = 'Showing Vulnerable Dependencies'; } else { - el.innerHTML = 'show all'; + el.innerHTML = 'Show All'; } } @@ -481,7 +481,7 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.

Dependency-Check Report

@@ -513,7 +513,7 @@ arising out of or in connection with the use of this tool, the analysis performe #set($vulnSuppressedCount=$vulnSuppressedCount+$dependency.getSuppressedVulnerabilities().size()) #end #end - Scan Information (show all):
+ Scan Information (Showing Vulnerable Dependencies):