diff --git a/favicon.php b/favicon.php index 8d38d81..30a4b07 100644 --- a/favicon.php +++ b/favicon.php @@ -48,7 +48,7 @@ function getFavicon($urls) { } foreach($contents['results'] as $url=>$content) { - $content = substr($content, 0, strpos($content, '')).''; // We don't need the full page, just the + $content = substr($content, 0, strpos($content, '')).''; // We don't need the full page, just the $html = new DOMDocument(); $html->strictErrorChecking = false;