diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 7a8c2c075d..0ab6d6947d 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2011-02-16 Ramon Novoa + + * include/functions_menu.php: Fixed a typo. + 2011-02-16 Ramon Novoa * include/functions_menu.php, operation/menu.php: Added a title to GIS diff --git a/pandora_console/include/functions_menu.php b/pandora_console/include/functions_menu.php index 9d348b9dc9..32a90958d7 100644 --- a/pandora_console/include/functions_menu.php +++ b/pandora_console/include/functions_menu.php @@ -119,7 +119,7 @@ function print_menu (&$menu) { if (isset ($sub["type"]) && $sub["type"] == "direct") { //This is an external link - $submenu_output .= '
  • '.$sub["text"]."
  • "; + $submenu_output .= '
  • '.$sub["text"]."
  • "; } else { //This is an internal link