View Single Post
  #2  
Old 11-03-2005, 04:18 PM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default

X-Cart replaces returns with
tags by default in the category description. In order to get html to work properly, open up subcategories.tpl and replace this:

Code:
{$current_category.description|regex_replace:"/[\n]/":" "}

with this:

Code:
{$current_category.description}

That should do the trick
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote