Merge branch 'hotfix/linebreak-fix' into develop

This commit is contained in:
Björn Fromme
2021-03-04 12:15:11 +01:00
@@ -5,10 +5,10 @@
<h2 class="headline headline--secondary headline--has-subline"> <h2 class="headline headline--secondary headline--has-subline">
<f:if condition="{region.season} == 's'"> <f:if condition="{region.season} == 's'">
<f:then> <f:then>
<span class="headline__subline">Urlaub im</span><br>Gebiet {region.name -> f:format.raw()} <span class="headline__subline">Urlaub im</span> Gebiet {region.name -> f:format.raw()}
</f:then> </f:then>
<f:else> <f:else>
<span class="headline__subline">Skiurlaub im</span><br>Skigebiet {region.name -> f:format.raw()} <span class="headline__subline">Skiurlaub im</span> Skigebiet {region.name -> f:format.raw()}
</f:else> </f:else>
</f:if> </f:if>
</h2> </h2>