summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorAndrii Rublov <airublev@outlook.com>2024-02-23 18:38:47 +0100
committerAndrii Rublov <github.a@rublov.me>2024-02-23 18:39:23 +0100
commit7142ea922729615a2e8c4ff6d6d76d33c96dafa5 (patch)
tree85b18af98ddc8375d7dea4f9968b04d94eb01f29 /core
parent8d22d341c80b8d7c791e57829ef244d97d3fa4f1 (diff)
downloadnextcloud-server-7142ea922729615a2e8c4ff6d6d76d33c96dafa5.tar.gz
nextcloud-server-7142ea922729615a2e8c4ff6d6d76d33c96dafa5.zip
php-cs-fixer fixes
Signed-off-by: Andrii Rublov <airublev@outlook.com>
Diffstat (limited to 'core')
-rw-r--r--core/templates/layout.guest.php4
-rw-r--r--core/templates/layout.public.php4
-rw-r--r--core/templates/layout.user.php6
3 files changed, 7 insertions, 7 deletions
diff --git a/core/templates/layout.guest.php b/core/templates/layout.guest.php
index f62fb02eca2..5ebada92934 100644
--- a/core/templates/layout.guest.php
+++ b/core/templates/layout.guest.php
@@ -9,8 +9,8 @@
<title>
<?php
p(!empty($_['pageTitle']) ? $_['pageTitle'] . ' – ' : '');
- p($theme->getTitle());
- ?>
+p($theme->getTitle());
+?>
</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<?php if ($theme->getiTunesAppId() !== '') { ?>
diff --git a/core/templates/layout.public.php b/core/templates/layout.public.php
index 18b86d1c904..0ee81d69270 100644
--- a/core/templates/layout.public.php
+++ b/core/templates/layout.public.php
@@ -5,8 +5,8 @@
<title>
<?php
p(!empty($_['application']) ? $_['application'].' - ' : '');
- p($theme->getTitle());
- ?>
+p($theme->getTitle());
+?>
</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<?php if ($theme->getiTunesAppId() !== '') { ?>
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php
index a6cc4ddc9b6..681b0547a7c 100644
--- a/core/templates/layout.user.php
+++ b/core/templates/layout.user.php
@@ -19,9 +19,9 @@ $getUserAvatar = static function (int $size) use ($_): string {
<title>
<?php
p(!empty($_['pageTitle']) && $_['pageTitle'] !== $_['application'] ? $_['pageTitle'].' - ' : '');
- p(!empty($_['application']) ? $_['application'].' - ' : '');
- p($theme->getTitle());
- ?>
+p(!empty($_['application']) ? $_['application'].' - ' : '');
+p($theme->getTitle());
+?>
</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />