From 243723d4f445c08eef391af4b0ddcf74825ab9f3 Mon Sep 17 00:00:00 2001 From: juanmanuelr Date: Mon, 5 Sep 2011 12:27:17 +0000 Subject: [PATCH] 2011-09-05 Juan Manuel Ramon * general/pandora_help.php: Fixed visualization error on this view. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4901 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 4 ++++ pandora_console/general/pandora_help.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 '
';