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.
Severity: #if ($vuln.cvssScore<4.0) Low