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):