diff options
-rw-r--r-- | themes/luci-theme-openwrt-2020/ucode/template/themes/openwrt2020/header.ut | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/luci-theme-openwrt-2020/ucode/template/themes/openwrt2020/header.ut b/themes/luci-theme-openwrt-2020/ucode/template/themes/openwrt2020/header.ut index 2b7c581387..fa9dea47b7 100644 --- a/themes/luci-theme-openwrt-2020/ucode/template/themes/openwrt2020/header.ut +++ b/themes/luci-theme-openwrt-2020/ucode/template/themes/openwrt2020/header.ut @@ -19,7 +19,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <link rel="stylesheet" type="text/css" media="screen" href="{{ media }}/cascade.css" /> -<link rel="icon" href="{{ media }}/logo.svg" type="image/svg+xml" /> +<link rel="icon" href="{{ media }}/logo.svg" /> <link rel="apple-touch-icon" href="{{ media }}/logo.png" /> <script type="text/javascript" src="{{ dispatcher.build_url('admin/translations', dispatcher.lang) }}"></script> <script type="text/javascript" src="{{ resource }}/cbi.js"></script> |