egoist37 / slimstat

Automatically exported from code.google.com/p/slimstat
GNU General Public License v2.0
0 stars 0 forks source link

Charset needed for HTML5 #50

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Slimstats doesn't have a charset meta tag.

Perhaps you could had this line into the file "/slimstats/page/_head.php" (line 
#27):

<meta charset="utf-8">

Best regards,
Patrick.

Original issue reported on code.google.com by patrick....@gmail.com on 11 Jun 2010 at 12:40

GoogleCodeExporter commented 9 years ago
The charset is already specified on line 22 of that file, in a PHP header() 
call:

http://code.google.com/p/slimstat/source/browse/trunk/page/_head.php

So I don't think it's also needed in a meta tag.

Original comment by step...@wettone.com on 11 Jun 2010 at 1:21