diff --git a/pandora_console/include/functions_menu.php b/pandora_console/include/functions_menu.php index 4df2dfeeea..6915fd76a2 100644 --- a/pandora_console/include/functions_menu.php +++ b/pandora_console/include/functions_menu.php @@ -224,7 +224,7 @@ function menu_print_menu (&$menu) { if (isset ($sub["type"]) && $sub["type"] == "direct") { //This is an external link - $submenu_output .= '
  • '; + $submenu_output .= '
  • '; if (isset ($sub["subtype"]) && $sub["subtype"] == "nolink") { $submenu_output .= ''; @@ -364,7 +364,7 @@ function menu_print_menu (&$menu) { else $sub_title = ''; $submenu2_list .= '
  • '; - $submenu2_list .= '
    '. + $submenu2_list .= '
    '. $sub2["text"].'
  • '; $sub_title = ''; } @@ -396,7 +396,7 @@ function menu_print_menu (&$menu) { $seleccionado = ''; //Print out the first level - $output .= '
  • '; + $output .= '
  • '; //onclick="location.href=\'index.php?sec='.$mainsec.'&sec2='.$main["sec2"].($main["refr"] ? '&refr='.$main["refr"] : '').'\'">'; $length = strlen(__($main["text"]));