diff --git a/favicon.ico b/favicon.ico deleted file mode 100644 index ae39e49..0000000 Binary files a/favicon.ico and /dev/null differ diff --git a/favicon.png b/favicon.png new file mode 100644 index 0000000..631d8c0 Binary files /dev/null and b/favicon.png differ diff --git a/system/includes/functions.php b/system/includes/functions.php index c95c47b..43ecb1b 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"; }