summaryrefslogtreecommitdiffstats
path: root/core/templates/layout.user.php
diff options
context:
space:
mode:
authorGary Kim <gary@garykim.dev>2019-06-15 01:29:45 +0800
committerGary Kim <gary@garykim.dev>2019-06-15 01:29:45 +0800
commit72b8083c11e8a406f585e13a4312438d88d8da53 (patch)
tree53d2b1ae991b2164ba6397890c86182d704a04a3 /core/templates/layout.user.php
parentbf18f1ee934b71e21b060450a30e321d98ab2da2 (diff)
downloadnextcloud-server-72b8083c11e8a406f585e13a4312438d88d8da53.tar.gz
nextcloud-server-72b8083c11e8a406f585e13a4312438d88d8da53.zip
Remove precomposed from apple-touch-icon-precomposed
Signed-off-by: Gary Kim <gary@garykim.dev>
Diffstat (limited to 'core/templates/layout.user.php')
-rw-r--r--core/templates/layout.user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php
index 458af24696b..1dfdf63e40b 100644
--- a/core/templates/layout.user.php
+++ b/core/templates/layout.user.php
@@ -17,7 +17,7 @@
<meta name="mobile-web-app-capable" content="yes">
<meta name="theme-color" content="<?php p($theme->getColorPrimary()); ?>">
<link rel="icon" href="<?php print_unescaped(image_path($_['appid'], 'favicon.ico')); /* IE11+ supports png */ ?>">
- <link rel="apple-touch-icon-precomposed" href="<?php print_unescaped(image_path($_['appid'], 'favicon-touch.png')); ?>">
+ <link rel="apple-touch-icon" href="<?php print_unescaped(image_path($_['appid'], 'favicon-touch.png')); ?>">
<link rel="mask-icon" sizes="any" href="<?php print_unescaped(image_path($_['appid'], 'favicon-mask.svg')); ?>" color="<?php p($theme->getColorPrimary()); ?>">
<link rel="manifest" href="<?php print_unescaped(image_path($_['appid'], 'manifest.json')); ?>">
<?php emit_css_loading_tags($_); ?>