summaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/static/icon.svg2
-rw-r--r--src/main/resources/static/user.svg1
-rw-r--r--src/main/resources/templates/report.html2
3 files changed, 1 insertions, 4 deletions
diff --git a/src/main/resources/static/icon.svg b/src/main/resources/static/icon.svg
index 90c3a65..7b36666 100644
--- a/src/main/resources/static/icon.svg
+++ b/src/main/resources/static/icon.svg
@@ -1,6 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
<svg
width="256"
height="256"
diff --git a/src/main/resources/static/user.svg b/src/main/resources/static/user.svg
index 506d632..abec848 100644
--- a/src/main/resources/static/user.svg
+++ b/src/main/resources/static/user.svg
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg width="24" height="24" version="1.1" viewBox="0 0 6.35 6.35" xmlns="http://www.w3.org/2000/svg">
<g transform="matrix(1.2 0 0 1.2 -108.01 -85.977)">
<rect x="90.01" y="71.647" width="5.2917" height="5.2917" rx=".96212" fill="#b3b3b3"/>
diff --git a/src/main/resources/templates/report.html b/src/main/resources/templates/report.html
index bad8ca2..bdc7457 100644
--- a/src/main/resources/templates/report.html
+++ b/src/main/resources/templates/report.html
@@ -34,7 +34,7 @@
<td th:if="${issue.severity.value == 'error'}" class="bg-red"><small>[[ ${issue.severity} ]]</small></td>
<td th:if="${issue.severity.value == 'fatal'}" class="bg-red"><small>[[ ${issue.severity} ]]</small></td>
<td>
- <div class="issue-message">[[ ${issue.message} ]]</div>
+ <div class="issue-message">[[ ${issue.getMessage()} ]]</div>
<div class="issue-path" th:if="${issue.path.isPresent()}">[[ ${issue.path.get()} ]]</div>
<div class="issue-path" th:if="${issue.path.isEmpty()}"><i>Keine Angabe</i></div>
</td>