summaryrefslogtreecommitdiffstats
path: root/core/templates/layout.user.php
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/templates/layout.user.php
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/templates/layout.user.php')
-rw-r--r--core/templates/layout.user.php6
1 files changed, 3 insertions, 3 deletions
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" />