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  <miguel.dedios@artica.es>
+	* install.php: fixed unclose bold tag.
+
 2010-07-28  Miguel de Dios  <miguel.dedios@artica.es>
 	* 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 "<div class='warn'><b>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 "<div class='warn'><b>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.</b>";
 		echo "</div>";
 	} else {