mirror of
https://github.com/nextcloud/server.git
synced 2026-06-15 11:41:20 -04:00
Merge pull request #20779 from nextcloud/fix/noid/php-cs
Comply with php-cs for CI
This commit is contained in:
commit
5ca0ffbcf0
1 changed files with 5 additions and 5 deletions
|
|
@ -39,11 +39,11 @@
|
|||
<span id="nextcloud">
|
||||
<div class="logo logo-icon svg"></div>
|
||||
<h1 class="header-appname">
|
||||
<?php if (isset($template) && $template->getHeaderTitle() !== '') {
|
||||
p($template->getHeaderTitle());
|
||||
} else {
|
||||
p($theme->getName());
|
||||
} ?>
|
||||
<?php if (isset($template) && $template->getHeaderTitle() !== '') { ?>
|
||||
<?php p($template->getHeaderTitle()); ?>
|
||||
<?php } else { ?>
|
||||
<?php p($theme->getName()); ?>
|
||||
<?php } ?>
|
||||
</h1>
|
||||
<?php if (isset($template) && $template->getHeaderDetails() !== '') { ?>
|
||||
<div class="header-shared-by">
|
||||
|
|
|
|||
Loading…
Reference in a new issue