View Single Post
  #8  
Old 06-27-2006, 08:51 AM
  SamD's Avatar 
SamD SamD is offline
 

Advanced Member
  
Join Date: Mar 2006
Location: New York
Posts: 38
 

Default

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!
__________________
Version 4.1.8
(Upgraded from 4.0.1
Reply With Quote