Merge pull request #334 from atannus/develop
Fixes html entities to prevent parsing error of generated documentation.
This commit is contained in:
commit
af03e186b3
|
@ -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? (<style> and </style>)
|
||||
* @return string
|
||||
* @throws PHPExcel_Writer_Exception
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue