Wyłączenie escape:'html' w Smarty w PrestaShop

W pliku
[code]{if !empty($short_desc)}

{$short_desc|escape:'html':'UTF-8'}

{/if}[/code]
Wprowadzasz
[code]
{if !empty($short_desc)}

{$short_desc nofilter}

{/if}[/code]

Wiedza: 
Praktyczna