|
PITS /
00980Summary:
$HTMLHeaderFmt['utf-8'] declared but not 'global'-ed in xlpage-utf-8.phpCreated: 2007-09-28 06:05
Status: Open
Category: Bug
From: MateuszCzaplinski
Assigned:
Priority: 4
Version: 2.2.0-beta63
OS:
Description: In xlpage-utf-8.php there's a declaration of: $HTMLHeaderFmt['utf-8'] = "<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />"; However, that seems not to get its way into the final HTML. I suppose that the reason may be that An example of this can be seen at http://abw.agh.edu.pl (I'm using XLPage with utf-8 there). |