diff Includes/Nav.inc.php @ 3:92a8978e68c5

code beautifying in nav; redesign of banner
author Meillo r e t u r n s <meillo@marmaro.de>
date Thu, 07 Dec 2006 22:08:17 +0100
parents ab74e95a8040
children 2672cd855fa2
line wrap: on
line diff
--- a/Includes/Nav.inc.php	Thu Dec 07 21:04:30 2006 +0100
+++ b/Includes/Nav.inc.php	Thu Dec 07 22:08:17 2006 +0100
@@ -37,7 +37,7 @@
       unset($row);
       mysql_free_result($result);
 
-      echo '</ul></li>';
+      echo '</ul></li>'."\n";
     }
 
 
@@ -67,7 +67,7 @@
       unset($row);
       mysql_free_result($result);
 
-      echo '</ul></li>';
+      echo '</ul></li>'."\n";
     }
 
 ?>