]> source.dussan.org Git - nextcloud-server.git/commitdiff
fixing text-align on navigation menu - closing div was missing - THX Lukas
authorThomas Mueller <thomas.mueller@tmit.eu>
Fri, 11 Jan 2013 14:19:53 +0000 (15:19 +0100)
committerThomas Mueller <thomas.mueller@tmit.eu>
Fri, 11 Jan 2013 14:19:53 +0000 (15:19 +0100)
core/templates/layout.user.php

index be9eff80553777449e59c17e2d9c8b14c5957996..b50dc6a20730392233b982cf2a421741215613d3 100644 (file)
@@ -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>