html code error in the template of theme (original) (raw)

[2008-12-23 05:33 UTC] haohappy@php.net

Description:

A blank page shows when browsing some doc files in Microsoft IE browser. That's because the PhD use a wrong format of template for generation HTML pages.

Reproduce code:

In the file phd/themes/php/chunkedhtml.php, there are two lines of code as below:

$title

Expected result:

These codes should be changed to:

$title

We need to put the meta info before the , then the IE can always recognize the charset correctly.</p>