Goto template/catalog/product/list.phtml

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

change to

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