awci / phpquery

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

phpquery-onefile.php line 517 #240

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. try to parse html without a <head> tag
2. throws error
3. rinse and repeat :)

What is the expected output? What do you see instead?
not an error.

in the phpquery-onefile.php, on line 517, the variable should be $html, it is 
$hltml, which throws an error.

Original issue reported on code.google.com by transh...@gmail.com on 30 Aug 2014 at 6:13