diff options
Diffstat (limited to 'core/templates/layout.public.php')
-rw-r--r-- | core/templates/layout.public.php | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/core/templates/layout.public.php b/core/templates/layout.public.php index 78f46f48a5a..07aff03127d 100644 --- a/core/templates/layout.public.php +++ b/core/templates/layout.public.php @@ -27,8 +27,7 @@ </head> <body id="<?php p($_['bodyid']);?>"> <?php include('layout.noscript.warning.php'); ?> -<header> - <div id="header" class="<?php p($_['header-classes']); ?>"> + <header id="header" class="<?php p($_['header-classes']); ?>"> <div class="header-left"> <span id="nextcloud"> <div class="logo logo-icon svg"></div> @@ -70,9 +69,7 @@ <?php } ?> </div> <?php } ?> - </div> -</header> -<div id="content-wrapper"> + </header> <div id="content" class="app-<?php p($_['appid']) ?>" role="main"> <?php print_unescaped($_['content']); ?> </div> @@ -81,7 +78,6 @@ <p class="info"><?php print_unescaped($theme->getLongFooter()); ?></p> </footer> <?php } ?> -</div> </body> </html> |