Skip to content

Commit

Permalink
Update sechub-scan/src/main/resources/templates/report/html/scanresul…
Browse files Browse the repository at this point in the history
…t.html

Co-authored-by: Jeeppler <Jeeppler@users.noreply.github.com>
  • Loading branch information
zigfridus and Jeeppler authored Nov 2, 2023
1 parent 72b4d82 commit 106ed2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ <h2 class='messagesHeadline'>Messages</h2>
<table class='messagesTable'>
<tbody>
<tr th:each="message : ${messages}">
<td th:utext="${reportHelper.getMessageTypeAsHTMLIcon(message.type)}">&#128711;</td>
<td th:utext="${reportHelper.getMessageTypeAsHTMLIcon(message.type)}">🛇</td>
<td th:text="${message.text}">This is an error message text</td>
</tr>
<tr th:remove="all">
Expand Down

0 comments on commit 106ed2f

Please sign in to comment.