diff options
Diffstat (limited to 'lib/lib_phpQuery.php')
| -rw-r--r-- | lib/lib_phpQuery.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lib_phpQuery.php b/lib/lib_phpQuery.php index 708b7a3df..33ed8a011 100644 --- a/lib/lib_phpQuery.php +++ b/lib/lib_phpQuery.php @@ -514,7 +514,7 @@ class DOMDocumentWrapper { .($xhtml ? '/' : '') .'>'; if (strpos($html, '<head') === false) { - if (strpos($hltml, '<html') === false) { + if (strpos($html, '<html') === false) { return $meta.$html; } else { return preg_replace( |
