From a253ee019281b44145febe2c22877d5255128a7f Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Thu, 12 Nov 2009 10:18:38 +0000 Subject: [PATCH] Correction href --- includes/menu/menu.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/menu/menu.php b/includes/menu/menu.php index 14509475b..a0007221a 100644 --- a/includes/menu/menu.php +++ b/includes/menu/menu.php @@ -151,7 +151,7 @@ function menu() } if($href!==false) { - $html.= ''; + $html.= ''; if($href=='#'){ $html.= ''.$children['data'].''; } else{ $html.= $children['data']; } $html.= ''; @@ -191,7 +191,7 @@ function menu2() } if($href!==false) { - $html.= '
  • '; + $html.= '
  • '; if($href=='#'){ $html.= ''.$children['data'].''; } else{ $html.= $children['data']; } $html.= '
  • ';