Magento - Remove additional
in short description
<!-- File Path: app/design/frontend/rwd/default/template/catalog/product/view.phtml -->
<!-- Replace this... -->
<?php echo $_helper->productAttribute($_product, nl2br($_product->getShortDescription()), 'short_description') ?>
<!-- ...with this -->
<?php echo $_helper->productAttribute($_product, $_product->getShortDescription(), 'short_description') ?>