jibinam / budabot2

Automatically exported from code.google.com/p/budabot2
0 stars 0 forks source link

WEBUI_MODULE: return correct Content-Type #250

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
For html pages use:
Content-Type: text/html; charset=utf-8
You can remove the utf8 meta tag from template after this.

For Javascript files:
Content-Type: text/javascript

Original issue reported on code.google.com by joye...@gmail.com on 13 Feb 2013 at 10:02

GoogleCodeExporter commented 9 years ago
All resources should have charset in content-type header, not just html.

Original comment by joye...@gmail.com on 13 Feb 2013 at 10:03

GoogleCodeExporter commented 9 years ago

Original comment by joye...@gmail.com on 25 Feb 2013 at 7:39