Skip to content

Commit 74d4023

Browse files
committed
Comply with php-cs
Signed-off-by: Gary Kim <gary@garykim.dev>
1 parent e77e0b0 commit 74d4023

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

core/templates/layout.public.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939
<span id="nextcloud">
4040
<div class="logo logo-icon svg"></div>
4141
<h1 class="header-appname">
42-
<?php if (isset($template) && $template->getHeaderTitle() !== '') {
43-
p($template->getHeaderTitle());
44-
} else {
45-
p($theme->getName());
46-
} ?>
42+
<?php if (isset($template) && $template->getHeaderTitle() !== '') { ?>
43+
<?php p($template->getHeaderTitle()); ?>
44+
<?php } else { ?>
45+
<?php p($theme->getName()); ?>
46+
<?php } ?>
4747
</h1>
4848
<?php if (isset($template) && $template->getHeaderDetails() !== '') { ?>
4949
<div class="header-shared-by">

0 commit comments

Comments
 (0)