pc-magas / phpquery

Automatically exported from code.google.com/p/phpquery
0 stars 0 forks source link

header html5 tag makes phpQuery add meta charset #210

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. load html with the html5 header tag in it
2. see the source code

What is the expected output? What do you see instead?

I see
<header class="twelveCol" id="mainHeader"><meta http-equiv="Content-Type" 
content="text/html;charset=UTF-8">

Should be
<header class="twelveCol" id="mainHeader">

What version of the product are you using? On what operating system?
0.9.5

Original issue reported on code.google.com by sylvia.t...@gmail.com on 26 Mar 2012 at 3:07