Recent Changes - Search:

PmWiki

pmwiki.org

00980

Summary: $HTMLHeaderFmt['utf-8'] declared but not 'global'-ed in xlpage-utf-8.php
Created: 2007-09-28 06:05
Status: Open
Category: Bug
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 $HTMLHeaderFmt isn't declared in the global variables line in xlpage-utf-8.php. As I understand it, the line should either be deleted or globals extended.

An example of this can be seen at http://abw.agh.edu.pl (I'm using XLPage with utf-8 there).

Edit - History - Print - Recent Changes - Search
Page last modified on October 13, 2008, at 10:07 AM