diff --git a/favicon.ico b/favicon.ico deleted file mode 100644 index ae39e496..00000000 Binary files a/favicon.ico and /dev/null differ diff --git a/favicon.png b/favicon.png new file mode 100644 index 00000000..631d8c01 Binary files /dev/null and b/favicon.png differ diff --git a/system/includes/functions.php b/system/includes/functions.php index c95c47b3..43ecb1b9 100644 --- a/system/includes/functions.php +++ b/system/includes/functions.php @@ -3423,7 +3423,7 @@ function head_contents() $version = 'HTMLy ' . constant('HTMLY_VERSION'); $favicon = config('favicon.image'); if (empty($favicon)) { - $favicon = '' . "\n"; + $favicon = '' . "\n"; } else { $favicon = '' . "\n"; }