mirror of
https://github.com/st-tu-dresden-praktikum/swt23w23
synced 2024-07-19 21:04:36 +02:00
Inline static strings in welcome
This commit is contained in:
parent
6587b96b95
commit
5b088d8607
|
@ -6,9 +6,8 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<section layout:fragment="content">
|
<section layout:fragment="content">
|
||||||
<!--<h1 th:text="#{welcome.title}">Welcome!</h1>-->
|
<p>Hier bekommen Sie übrigens nicht nur Wurst.</p>
|
||||||
<p th:text="'Hier bekommen Sie übrigens nicht nur Wurst.'"></p>
|
<p>Test: (äöüß)</p>
|
||||||
<p th:text="'Test: (äöüß)'"
|
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue