mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
php-cs-fixer fixes
Signed-off-by: Andrii Rublov <airublev@outlook.com>
This commit is contained in:
parent
8d22d341c8
commit
7142ea9227
3 changed files with 7 additions and 7 deletions
|
|
@ -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() !== '') { ?>
|
||||
|
|
|
|||
|
|
@ -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() !== '') { ?>
|
||||
|
|
|
|||
|
|
@ -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" />
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue