diff options
author | Thomas Mueller <thomas.mueller@tmit.eu> | 2013-01-11 15:19:53 +0100 |
---|---|---|
committer | Thomas Mueller <thomas.mueller@tmit.eu> | 2013-01-11 15:19:53 +0100 |
commit | c2b3c7ed3ed619e9f3cda154c52ee22cd2b8ecee (patch) | |
tree | e7d47de0813f7cd066ec119ed5ed1a282575df5e /core/templates/layout.user.php | |
parent | 3d33e8f8453f49c15d539cce3448465f330cf9c0 (diff) | |
download | nextcloud-server-c2b3c7ed3ed619e9f3cda154c52ee22cd2b8ecee.tar.gz nextcloud-server-c2b3c7ed3ed619e9f3cda154c52ee22cd2b8ecee.zip |
fixing text-align on navigation menu - closing div was missing - THX Lukas
Diffstat (limited to 'core/templates/layout.user.php')
-rw-r--r-- | core/templates/layout.user.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index be9eff80553..b50dc6a2073 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -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> |