Fixes html entities to prevent parsing error of generated documentation.
The html output contained "<style> and </style>" which causes a parse error on stricter html validators. The solution was to swap < and > for the equivalent html entities < and > respectivelly. Signed-off-by: André Tannús <atannus@epungo.com.br>
This commit is contained in:
parent
e69a5e4d0f
commit
557ca47a6b
@ -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
Block a user