diff options
author | Sander <brantje@gmail.com> | 2014-07-08 13:24:19 +0200 |
---|---|---|
committer | Sander <brantje@gmail.com> | 2014-07-08 13:24:19 +0200 |
commit | 4ca74a5157d8dcbaf638d3688233ba7981195d33 (patch) | |
tree | 46c8a0d5a3adc7e689f00c41a6a34c47ecc63910 /core | |
parent | ec6779ced46a1a147c8da23d028f1ef1bcea70d1 (diff) | |
download | nextcloud-server-4ca74a5157d8dcbaf638d3688233ba7981195d33.tar.gz nextcloud-server-4ca74a5157d8dcbaf638d3688233ba7981195d33.zip |
Update layout.user.php
Diffstat (limited to 'core')
-rw-r--r-- | core/templates/layout.user.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index 24f0c4be8f0..a75046c3109 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -20,7 +20,7 @@ <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'])?$_['application'].' - ':''); + p(!empty($_['application'])?$_['application'].' ':''); p($theme->getTitle());?>"> <meta name="mobile-web-app-capable" content="yes"> <link rel="shortcut icon" href="<?php print_unescaped(image_path('', 'favicon.png')); ?>" /> |