-
-
Couldn't load subscription status.
- Fork 4.6k
Closed
Labels
3. to reviewWaiting for reviewsWaiting for reviews
Description
<h1> should be never in <span>.
In this issue <h1> should be moved to a content. Could i left <h1>- text in <span>and move actual <h1> behind the image?
server/core/templates/layout.public.php
Lines 39 to 49 in 81ea283
| <header id="header"> | |
| <div class="header-left"> | |
| <span id="nextcloud"> | |
| <div class="logo logo-icon svg"></div> | |
| <h1 class="header-appname"> | |
| <?php if (isset($template) && $template->getHeaderTitle() !== '') { ?> | |
| <?php p($template->getHeaderTitle()); ?> | |
| <?php } else { ?> | |
| <?php p($theme->getName()); ?> | |
| <?php } ?> | |
| </h1> |
Metadata
Metadata
Assignees
Labels
3. to reviewWaiting for reviewsWaiting for reviews
