mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
fixing text-align on navigation menu - closing div was missing - THX Lukas
This commit is contained in:
parent
3d33e8f845
commit
c2b3c7ed3e
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@
|
|||
|
||||
<body id="<?php echo $_['bodyid'];?>">
|
||||
<div id="notification-container">
|
||||
<div id="notification"/>
|
||||
<div id="notification"></div>
|
||||
</div>
|
||||
<header><div id="header">
|
||||
<a href="<?php echo link_to('', 'index.php'); ?>" title="" id="owncloud"><img class="svg" src="<?php echo image_path('', 'logo-wide.svg'); ?>" alt="ownCloud" /></a>
|
||||
|
|
|
|||
Loading…
Reference in a new issue