Quote:
Originally Posted by balinor
In customer/main/subcategories.tpl, try replacing this:
{$current_category.description|regex_replace:"/[\n]/":"
"}
with this:
{$current_category.description}
|
Such a pain in the butt that thing. I used to have like 300 lines of code (an HTML table) all on one line

. It's really fun to edit.
Maybe it shouldn't replace \n by default!