Merge pull request #334 from atannus/develop

Fixes html entities to prevent parsing error of generated documentation.
This commit is contained in:
Mark Baker 2014-07-26 16:11:55 +01:00
commit af03e186b3
1 changed files with 1 additions and 1 deletions

View File

@ -670,7 +670,7 @@ class PHPExcel_Writer_HTML extends PHPExcel_Writer_Abstract implements PHPExcel_
/**
* Generate CSS styles
*
* @param boolean $generateSurroundingHTML Generate surrounding HTML tags? (<style> and </style>)
* @param boolean $generateSurroundingHTML Generate surrounding HTML tags? (&lt;style&gt; and &lt;/style&gt;)
* @return string
* @throws PHPExcel_Writer_Exception
*/