PhpSpreadsheet/Classes/PHPExcel/Writer
André Tannús 557ca47a6b 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 &lt; and &gt; respectivelly.

Signed-off-by: André Tannús <atannus@epungo.com.br>
2014-03-05 18:42:30 -03:00
..
Excel5 Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
Excel2007 Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
PDF Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
Abstract.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
CSV.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
Excel5.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
Excel2007.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
Exception.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
HTML.php Fixes html entities to prevent parsing error of generated documentation. 2014-03-05 18:42:30 -03:00
IWriter.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
PDF.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00