Skip to content

typo in line 517 #231

@GoogleCodeExporter

Description

@GoogleCodeExporter
in phpQuery.php line 517 you have

if (strpos($hltml, '<html') === false) {

I get:
Notice: Undefined variable: hltml in /path/phpQuery.php on line 517

I think this is a typo, should be

if (strpos($html, '<html') === false) {


making this change got my script to work properly 

Original issue reported on code.google.com by kooli.il...@gmail.com on 13 Aug 2013 at 6:37

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions