diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog
index ae19f42e67..6cc3656d7b 100644
--- a/pandora_console/ChangeLog
+++ b/pandora_console/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-11 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
+
+	* include/functions_ui.php: Fixed ui_print_timestamp function.
+
 2012-04-11 Dario Rodriguez <dario.rodriguez@artica.es>
 
 	* operation/agentes/estado_agente.php: Added columns to edit agent
diff --git a/pandora_console/include/functions_ui.php b/pandora_console/include/functions_ui.php
index e944899407..dff73aeeae 100644
--- a/pandora_console/include/functions_ui.php
+++ b/pandora_console/include/functions_ui.php
@@ -284,7 +284,7 @@ function ui_print_timestamp ($unixtime, $return = false, $option = array ()) {
 		default:
 			//Usually tags have title attributes, so by default we add,
 			//then fall through to add attributes and data
-			$output .= ' title="'.$title.'"';
+			$output .= ' title="'.$title.'">'.$data.'</'.$tag.'>';
 			break;
 		case "h1":
 		case "h2":