Geeko Knowledge Base & Forum/Public Chit Chat/Magento Querks Foibles Frustrations and Fixes

<p> tags showing on category page on Magento frontend

Lee Evans
posted this on October 17, 2010 09:48 pm

Goto template/catalog/product/list.phtml

<?php echo nl2br($this->htmlEscape($_product->getShortDescription())) ?>

change to

<?php echo $_product->getShortDescription() ?>