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
