Goto template/catalog/product/list.phtml
<?php echo nl2br($this->htmlEscape($_product->getShortDescription())) ?>
change to
<?php echo $_product->getShortDescription() ?>
Modified on: Sun, 17 Oct, 2010 at 9:48 PM
Goto template/catalog/product/list.phtml
<?php echo nl2br($this->htmlEscape($_product->getShortDescription())) ?>
change to
<?php echo $_product->getShortDescription() ?>
Did you find it helpful? Yes No
Send feedback