diff options
Diffstat (limited to 'core/templates')
-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')); ?>" /> |