Update webpagetool.php

This commit is contained in:
Namhyeon Go 2018-03-11 02:00:12 +09:00 committed by GitHub
parent bbf99eae99
commit b4fa54334c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,11 +82,10 @@ if(!function_exists("get_web_dom")) {
// load simple_html_dom // load simple_html_dom
loadHelper("simple_html_dom"); loadHelper("simple_html_dom");
if(function_exists("str_get_html")) { if(function_exists("str_get_html")) {
$html = str_get_html($raw); $html = str_get_html($raw);
} }
return $html; return $html;
} }
} }