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

List:       php-doc-bugs
Subject:    [DOC-BUGS] #46931 [NEW]: html code error in the template of theme
From:       "haohappy () php ! net" <doc-bugs () lists ! php ! net>
Date:       2008-12-23 5:33:30
Message-ID: bug-46931 () bugs ! php ! net
[Download RAW message or body]

From:             haohappy@php.net
Operating system: Linux
PHP version:      Irrelevant
PHP Bug Type:     Doc Build problem
Bug description:  html code error in the template of theme

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 bug report at http://bugs.php.net/?id=46931&edit=1
-- 
Try a CVS snapshot (PHP 5.2):        http://bugs.php.net/fix.php?id=46931&r=trysnapshot52
Try a CVS snapshot (PHP 5.3):        http://bugs.php.net/fix.php?id=46931&r=trysnapshot53
Try a CVS snapshot (PHP 6.0):        http://bugs.php.net/fix.php?id=46931&r=trysnapshot60
Fixed in CVS:                        http://bugs.php.net/fix.php?id=46931&r=fixedcvs
Fixed in CVS and need be documented: http://bugs.php.net/fix.php?id=46931&r=needdocs
Fixed in release:                    http://bugs.php.net/fix.php?id=46931&r=alreadyfixed
Need backtrace:                      http://bugs.php.net/fix.php?id=46931&r=needtrace
Need Reproduce Script:               http://bugs.php.net/fix.php?id=46931&r=needscript
Try newer version:                   http://bugs.php.net/fix.php?id=46931&r=oldversion
Not developer issue:                 http://bugs.php.net/fix.php?id=46931&r=support
Expected behavior:                   http://bugs.php.net/fix.php?id=46931&r=notwrong
Not enough info:                     http://bugs.php.net/fix.php?id=46931&r=notenoughinfo
Submitted twice:                     http://bugs.php.net/fix.php?id=46931&r=submittedtwice
register_globals:                    http://bugs.php.net/fix.php?id=46931&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=46931&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=46931&r=dst
IIS Stability:                       http://bugs.php.net/fix.php?id=46931&r=isapi
Install GNU Sed:                     http://bugs.php.net/fix.php?id=46931&r=gnused
Floating point limitations:          http://bugs.php.net/fix.php?id=46931&r=float
No Zend Extensions:                  http://bugs.php.net/fix.php?id=46931&r=nozend
MySQL Configuration Error:           http://bugs.php.net/fix.php?id=46931&r=mysqlcfg


-- 
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