summaryrefslogtreecommitdiffstats
path: root/core/templates/layout.user.php
diff options
context:
space:
mode:
authorThomas Mueller <thomas.mueller@tmit.eu>2013-01-11 15:19:53 +0100
committerThomas Mueller <thomas.mueller@tmit.eu>2013-01-11 15:19:53 +0100
commitc2b3c7ed3ed619e9f3cda154c52ee22cd2b8ecee (patch)
treee7d47de0813f7cd066ec119ed5ed1a282575df5e /core/templates/layout.user.php
parent3d33e8f8453f49c15d539cce3448465f330cf9c0 (diff)
downloadnextcloud-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.php2
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>