Prerequisites
Development mode must be disabled
Steps to reproduce
Create an ad for position
Code:
Expected result
The ambulance icon is shown when viewing a public page just like it is in XF 2.2
Actual result
The HTML source code for the page contains
Code:
Read more
Читать далее...
Development mode must be disabled
Steps to reproduce
Create an ad for position
Container Content: Above
with the following contentCode:
Код:
<xf:set var="$icon" value="fa-ambulance" />
<xf:fa icon="{$icon|raw}" />
Expected result
The ambulance icon is shown when viewing a public page just like it is in XF 2.2
Actual result
The HTML source code for the page contains
Code:
Код:
<i class="fa--xf far fa-ambulance ">
<svg...
Read more
Читать далее...