Re: X-Cart Smart Template v4.4.x
X-Cart does that by default, but we fixed it...
skin/smart_template/modules/News_Management/customer/news_archive.tpl
Lines 34-40 should be...
Code:
<div class="news-body">
{if $m.allow_html eq "N"}
{$m.body|escape|nl2br}
{else}
{$m.body}
{/if}
</div>
It should then render the HTML.
__________________
xcartmods.co.uk
|