[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-bugs
Subject:    [DOC-BUGS] #46931 [Opn]: html code error in the template of theme
From:       "haohappy () php ! net" <doc-bugs () lists ! php ! net>
Date:       2008-12-23 5:39:11
Message-ID: 200812230539.mBN5dBuU006569 () y1 ! php ! net
[Download RAW message or body]

 ID:               46931
 User updated by:  haohappy@php.net
 Reported By:      haohappy@php.net
 Status:           Open
 Bug Type:         Doc Build problem
 Operating System: Linux
 PHP Version:      Irrelevant
 New Comment:

change some words.


Previous Comments:
------------------------------------------------------------------------

[2008-12-23 05:33:29] 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>$title</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">

Expected result:
----------------
These codes should be changed to:
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>$title</title>

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



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=46931&edit=1


-- 
PHP Documentation Bugs Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic