Edit the file joomla_root/administrator/components/com_docman/classes/DOCMAN_model.class.php at line 215 you'll find this code:
$this->objFormatData->dmdescription = mosHTML::cleanText($objDBDoc->dmdescription);
To fix this behavior change the code to:
$this->objFormatData->dmdescription = $objDBDoc->dmdescription;
This is a modified solution of the one posted by cybergurk at the joomlatools.com forum
Want to earn a new revenue stream? Join our Affiliate program today! For each purchase you generate, you receive a huge percentage of the sale price.
Do visit our blog, where we continue to provide useful tips and handy hints to use, customize and develop Joomla on your websites.