Fix variable name in phpQuery o.O

This commit is contained in:
Klaus-Uwe Mitterer 2017-09-19 19:23:37 +02:00
parent 588fad19d1
commit 2abd38309f

View file

@ -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(