diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index fd77d86f0a..5afb42a563 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2011-08-08 Sergio Martin + + * include/functions_ui.php: Improved tooltip link to + avoid automatic go to the top of the page + 2011-08-08 Juan Manuel Ramon * include/functions_html.php diff --git a/pandora_console/include/functions_ui.php b/pandora_console/include/functions_ui.php index e0277638e4..21c96bcb5a 100644 --- a/pandora_console/include/functions_ui.php +++ b/pandora_console/include/functions_ui.php @@ -1207,7 +1207,7 @@ function ui_pagination ($count, $url = false, $offset = 0, $pagination = 0, $ret * @return string HTML code if return parameter is true. */ function ui_print_help_tip ($text, $return = false) { - $output = ' '.$text.''; + $output = ' '.$text.''; if ($return) return $output;