Use proper headline level

This commit is contained in:
Björn Fromme
2023-01-05 16:05:37 +01:00
parent 1cb21955d6
commit 8b97659532
@@ -9,9 +9,9 @@
</div> </div>
</f:then> </f:then>
<f:else> <f:else>
<h1> <h2>
{hotelTitle} {hotelTitle}
</h1> </h2>
</f:else> </f:else>
</f:if> </f:if>
{hotel.description -> f:format.html()} {hotel.description -> f:format.html()}