Use correct UTF-8 in welcome template

This commit is contained in:
Simon Bruder 2023-11-15 17:05:29 +01:00
parent a276701c8a
commit a8d4e0ef5d
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -8,7 +8,7 @@
<section layout:fragment="content">
<!--<h1 th:text="#{welcome.title}">Welcome!</h1>-->
<p th:text="'Hier bekommen Sie übrigens nicht nur Wurst.'"></p>
<p th:text="'Test: (äöü)'"
<p th:text="'Test: (äöüß)'"
</section>
</body>