Skip to content

Commit d0799b1

Browse files
mjpraxismikecp
authored andcommitted
Change meta tag "apple-mobile-web-app-capable" with "mobile-web-app-capable"
1 parent d5a6742 commit d0799b1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Umbraco.Cms.StaticAssets/umbraco/UmbracoBackOffice/Index.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<base href="@backOfficePath.EnsureEndsWith('/')" />
2929
<link rel="icon" type="image/svg+xml" href="@backOfficeAssetsPath/assets/favicon.svg" />
3030
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
31-
<meta name="apple-mobile-web-app-capable" content="yes"/>
31+
<meta name="mobile-web-app-capable" content="yes"/>
3232
<meta name="robots" content="noindex, nofollow"/>
3333
<meta name="pinterest" content="nopin"/>
3434
<title>Umbraco</title>

src/Umbraco.Cms.StaticAssets/umbraco/UmbracoLogin/Index.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<base href="@backOfficePath.EnsureEndsWith('/')"/>
4141
<link rel="icon" type="image/svg+xml" href="~/umbraco/login/favicon.svg"/>
4242
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
43-
<meta name="apple-mobile-web-app-capable" content="yes"/>
43+
<meta name="mobile-web-app-capable" content="yes"/>
4444
<meta name="robots" content="noindex, nofollow"/>
4545
<meta name="pinterest" content="nopin"/>
4646
<title>Umbraco</title>

src/Umbraco.Web.UI.Login/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<base href="/"/>
66
<link rel="icon" type="image/svg+xml" href="/favicon.svg"/>
77
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
8-
<meta name="apple-mobile-web-app-capable" content="yes"/>
8+
<meta name="mobile-web-app-capable" content="yes"/>
99
<meta name="robots" content="noindex, nofollow"/>
1010
<meta name="pinterest" content="nopin"/>
1111
<title>Umbraco</title>

0 commit comments

Comments
 (0)