Fix escaped html in translated strings
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
<div class="herounit__content">
|
<div class="herounit__content">
|
||||||
<span class="herounit__title herounit__title--brand">E&P<br><span>Events</span></span>
|
<span class="herounit__title herounit__title--brand">E&P<br><span>Events</span></span>
|
||||||
<span class="herounit__subtitle herounit__subtitle--claim">{f:translate(key: 'tx_epevents.label.special_moments', extensionName: 'ep_events') -> f:format.raw()}</span>
|
<span class="herounit__subtitle herounit__subtitle--claim">{f:translate(key: 'tx_epevents.label.special_moments', extensionName: 'ep_events') -> f:format.raw()}</span>
|
||||||
<p class="herounit__text">{f:translate(key: 'tx_epevents.label.plan_with_us', extensionName: 'ep_events')}</p>
|
<p class="herounit__text">{f:translate(key: 'tx_epevents.label.plan_with_us', extensionName: 'ep_events') -> f:format.raw()}</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="herounit__button">
|
<div class="herounit__button">
|
||||||
<svg class="herounit__button__form" preserveAspectRatio="xMinYMid" viewBox="0 0 12 48">
|
<svg class="herounit__button__form" preserveAspectRatio="xMinYMid" viewBox="0 0 12 48">
|
||||||
|
|||||||
Reference in New Issue
Block a user