PhpSpreadsheet/Classes/PHPExcel
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
..
CachedObjectStorage Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
CalcEngine Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
Calculation Double quote support for SUMIF() condition 2014-01-17 21:01:57 +09:00
Cell Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
Chart Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
locale Bulgarian localisation 2013-07-15 09:28:47 +03:00
Reader Update Excel2007.php 2014-02-24 11:34:08 -05:00
RichText Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
Shared Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
Style Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
Worksheet Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
Writer Fixes html entities to prevent parsing error of generated documentation. 2014-03-05 18:42:30 -03:00
Autoloader.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
CachedObjectStorageFactory.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
Calculation.php Bugfix: Work item CP20703 - Calculation engine incorrectly evaluates empty cells as #VALUE 2014-02-09 16:08:17 +00:00
Cell.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
Chart.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
Comment.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
DocumentProperties.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
DocumentSecurity.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
HashTable.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
IComparable.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
IOFactory.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
NamedRange.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
ReferenceHelper.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
RichText.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
Settings.php Hopefully final tweak for XXE to prevent displaying errors if SimpleXML isn't available 2014-02-21 10:28:17 +00:00
Style.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00
Worksheet.php Bugfix: Work Item CP20604 - Adding Sheet to Workbook Bug 2014-01-08 10:15:07 +00:00
WorksheetIterator.php Update to copyright year in file headers 2013-12-31 18:36:33 +00:00