Skip to content

Commit

Permalink
fix: #5033 Superfluous double quote in html.tpl (#5036)
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMosigItemis committed Aug 28, 2023
1 parent 9345a98 commit 8e93386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/html.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 8e93386

Please sign in to comment.