]> git.p6c8.net - jirafeau_mojo42.git/commit
[BUGFIX] API: Set content type to plain text
authorDan Untenzu <untenzu@webit.de>
Mon, 16 Jan 2017 11:00:39 +0000 (12:00 +0100)
committerJerome Jutteau <j.jutteau@gmail.com>
Thu, 19 Jan 2017 18:53:35 +0000 (18:53 +0000)
commit11233d68c69637b4c3eee55ffae78033c5dae1a9
treed4f8222cc0c62e502534b71de4502084ccdc3db3
parent7dd194ef30800534bb97c1e4a4cccbf93c59d5e9
[BUGFIX] API: Set content type to plain text

Setting the content type to text only will
make some browsers to ignore the utf8 charset.

Set the default content type to "plain text"
to deliver UTF8 and avoid errors while generating
a bash script with special characters.
script.php

patrick-canterino.de