fix: #5033 Superfluous double quote in html.tpl (#5036)

This commit is contained in:
Jan Mosig
2023-08-28 14:20:02 +02:00
committed by GitHub
parent 9345a98ed1
commit 8e933860a3

View File

@@ -128,7 +128,7 @@
<td>{{ escapeXML .ID }}</td>
<td class="misconf-check">{{ escapeXML .Title }}</td>
<td class="severity">{{ escapeXML .Severity }}</td>
<td class="link" data-more-links="off" style="white-space:normal;"">
<td class="link" data-more-links="off" style="white-space:normal;">
{{ escapeXML .Message }}
<br>
<a href={{ escapeXML .PrimaryURL | printf "%q" }}>{{ escapeXML .PrimaryURL }}</a>