klevo/wildflower

gzipOutput not using correct header

Closed this issue · 2 comments

In gzipOutput()

header('Content-type: text/html; charset: UTF-8');

should be:

header('Content-type: text/html; charset=UTF-8');

Closed by 2d05e0e

Cool, tnx majic.