summaryrefslogtreecommitdiffstats
path: root/core/templates
diff options
context:
space:
mode:
authorSander <brantje@gmail.com>2014-07-08 14:13:02 +0200
committerSander <brantje@gmail.com>2014-07-08 14:13:02 +0200
commiteb5458b8377220db2f426bd81ff87e34351953e5 (patch)
tree9446b670adba8ea2bddc8d8b9db54aafd1b39729 /core/templates
parentc3beef30f3143361eb0cfe48a48ae070d843dc49 (diff)
downloadnextcloud-server-eb5458b8377220db2f426bd81ff87e34351953e5.tar.gz
nextcloud-server-eb5458b8377220db2f426bd81ff87e34351953e5.zip
Changed to 1 line
Diffstat (limited to 'core/templates')
-rw-r--r--core/templates/layout.user.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php
index 1b0d7a2b23b..30940fa18d8 100644
--- a/core/templates/layout.user.php
+++ b/core/templates/layout.user.php
@@ -19,9 +19,7 @@
<meta name="apple-itunes-app" content="app-id=543672169">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
- <meta name="apple-mobile-web-app-title" content="<?php
- p(!empty($_['application'] && $_['appid']!='files')? $_['application']:'ownCloud');
- ?>">
+ <meta name="apple-mobile-web-app-title" content="<?php p(!empty($_['application'] && $_['appid']!='files')? $_['application']:'ownCloud'); ?>">
<meta name="mobile-web-app-capable" content="yes">
<link rel="shortcut icon" href="<?php print_unescaped(image_path('', 'favicon.png')); ?>" />
<link rel="apple-touch-icon-precomposed" href="<?php print_unescaped(image_path('', 'favicon-touch.png')); ?>" />