mirror of
https://github.com/retailcrm/PHPExcel.git
synced 2025-02-06 09:49:24 +03:00
557ca47a6b
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>