]> source.dussan.org Git - nextcloud-server.git/commitdiff
Comply with php-cs 20779/head
authorGary Kim <gary@garykim.dev>
Sat, 2 May 2020 06:13:12 +0000 (14:13 +0800)
committerGary Kim <gary@garykim.dev>
Sat, 2 May 2020 06:28:21 +0000 (14:28 +0800)
Signed-off-by: Gary Kim <gary@garykim.dev>
core/templates/layout.public.php

index e0445f419c408e75a3b0be57701f1e961c511a03..fb90de5c8baa8956450f33c4d9f7d16389352e55 100644 (file)
                        <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">