From 3bc81fbafa26d34fe358492504069e5236c79216 Mon Sep 17 00:00:00 2001 From: Phyks Date: Wed, 30 Jul 2014 23:36:58 +0200 Subject: [PATCH] Missing closing head tag --- favicon.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;