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() ?>