diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index cb6ab05cd0..3dc3549508 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2011-09-05 Juan Manuel Ramon + + * general/pandora_help.php: Fixed visualization error on this view. + 2011-09-05 Juan Manuel Ramon * godmode/setup/gis_step_2.php: Changed style in titles to match diff --git a/pandora_console/general/pandora_help.php b/pandora_console/general/pandora_help.php index 0c3274d2d3..a0effd73d4 100644 --- a/pandora_console/general/pandora_help.php +++ b/pandora_console/general/pandora_help.php @@ -71,7 +71,7 @@ echo ''; echo html_print_image('images/pandora_textlogo.png', true, array("border" => '0')); echo ""; echo '

'.__('Pandora FMS help system').'

'; -echo ''; +echo '
'; echo '
'; echo '
'; echo '
';