awci / phpquery

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

misspelled variable name #202

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
phpQuery-onefile.php
version 0.9.5

line 517
written
if (strpos($hltml, '<html') === false) {
should be
if (strpos($html, '<html') === false) {

Original issue reported on code.google.com by sanche...@gmail.com on 26 Jan 2012 at 6:21