View Single Post
  #41  
Old 11-04-2010, 04:59 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default 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
Reply With Quote