]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove precomposed from apple-touch-icon-precomposed 15963/head
authorGary Kim <gary@garykim.dev>
Fri, 14 Jun 2019 17:29:45 +0000 (01:29 +0800)
committerGary Kim <gary@garykim.dev>
Fri, 14 Jun 2019 17:29:45 +0000 (01:29 +0800)
Signed-off-by: Gary Kim <gary@garykim.dev>
core/templates/layout.base.php
core/templates/layout.guest.php
core/templates/layout.public.php
core/templates/layout.user.php

index c7fd79f6708f11cb7d0feeafcc73165c2252d90e..6e0c1c16f2814e9d31ace8e902136d6bbda16a38 100644 (file)
@@ -9,7 +9,7 @@
                <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
                <meta name="theme-color" content="<?php p($theme->getColorPrimary()); ?>">
                <link rel="icon" href="<?php print_unescaped(image_path('', 'favicon.ico')); /* IE11+ supports png */ ?>">
-               <link rel="apple-touch-icon-precomposed" href="<?php print_unescaped(image_path('', 'favicon-touch.png')); ?>">
+               <link rel="apple-touch-icon" href="<?php print_unescaped(image_path('', 'favicon-touch.png')); ?>">
                <link rel="mask-icon" sizes="any" href="<?php print_unescaped(image_path('', 'favicon-mask.svg')); ?>" color="<?php p($theme->getColorPrimary()); ?>">
                <?php emit_css_loading_tags($_); ?>
                <?php emit_script_loading_tags($_); ?>
index 967c4d3dbd7c9e814b6541232bc68e42e693bd82..91bfd08597c8f4d139f3b87c0fbe06d2f4c44a88 100644 (file)
@@ -14,7 +14,7 @@
                <meta name="apple-itunes-app" content="app-id=<?php p($theme->getiTunesAppId()); ?>">
                <meta name="theme-color" content="<?php p($theme->getColorPrimary()); ?>">
                <link rel="icon" href="<?php print_unescaped(image_path('', 'favicon.ico')); /* IE11+ supports png */ ?>">
-               <link rel="apple-touch-icon-precomposed" href="<?php print_unescaped(image_path('', 'favicon-touch.png')); ?>">
+               <link rel="apple-touch-icon" href="<?php print_unescaped(image_path('', 'favicon-touch.png')); ?>">
                <link rel="mask-icon" sizes="any" href="<?php print_unescaped(image_path('', 'favicon-mask.svg')); ?>" color="<?php p($theme->getColorPrimary()); ?>">
                <link rel="manifest" href="<?php print_unescaped(image_path('', 'manifest.json')); ?>">
                <?php emit_css_loading_tags($_); ?>
index 2927c525ec6d8b2a0c080edf0c87dd802867a49d..9de316949183923217fed372c9d3f84d9ac0be17 100644 (file)
@@ -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($_); ?>
index 458af24696b1e9b31834622fdbf38f234ec8d164..1dfdf63e40b510e3d942553cf1e6c01bd2d724d4 100644 (file)
@@ -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($_); ?>