mirror of
https://github.com/st-tu-dresden-praktikum/swt23w23
synced 2024-07-19 21:04:36 +02:00
Use correct UTF-8 in welcome template
This commit is contained in:
parent
257951ab52
commit
5ea3bc8301
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue