From 310dcb6f0e60f07ab33d8c80c4918bf7be360f64 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Wed, 28 Jul 2010 12:16:13 +0000 Subject: [PATCH] 2010-07-28 Miguel de Dios * install.php: fixed unclose bold tag. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3074 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 3 +++ pandora_console/install.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 216a87a1a2..edbb0b3516 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,6 @@ +2010-07-28 Miguel de Dios + * install.php: fixed unclose bold tag. + 2010-07-28 Miguel de Dios * godmode/reporting/visual_console_builder.data.php: fixed the select box field for to don't show None value for map background. diff --git a/pandora_console/install.php b/pandora_console/install.php index a483e25df1..d7bbfdce64 100644 --- a/pandora_console/install.php +++ b/pandora_console/install.php @@ -261,7 +261,7 @@ function install_step1_licence() { "; if (!file_exists("COPYING")){ - echo "
Licence file 'COPYING' is not present in your distribution. This means you have some 'partial' Pandora FMS distribution. We cannot continue without accepting the licence file."; + echo "
Licence file 'COPYING' is not present in your distribution. This means you have some 'partial' Pandora FMS distribution. We cannot continue without accepting the licence file."; echo "
"; } else {