diff --git a/pandora_console/operation/agentes/status_monitor.php b/pandora_console/operation/agentes/status_monitor.php
index 30fcdee03f..c22a12ecb4 100644
--- a/pandora_console/operation/agentes/status_monitor.php
+++ b/pandora_console/operation/agentes/status_monitor.php
@@ -936,7 +936,7 @@ $table->align[8] = "left";
$table->head[9] = __('Data');
if (! defined ('METACONSOLE')) {
$table->head[9] .= ' ' . html_print_image("images/sort_up.png", true, array("style" => $selectDataUp, "alt" => "up")) . '' .
- '' . html_print_image("images/sort_down.png", true, array("style" => $selectDataDown, "alt" => "down")) . '';
+ '' . html_print_image("images/sort_down.png", true, array("style" => $selectDataDown, "alt" => "down")) . '';
}
$table->align[9] = "left";
@@ -944,7 +944,7 @@ $table->align[9] = "left";
$table->head[10] = __('Timestamp');
if (! defined ('METACONSOLE')) {
$table->head[10] .= ' ' . html_print_image("images/sort_up.png", true, array("style" => $selectTimestampUp, "alt" => "up")) . '' .
- '' . html_print_image("images/sort_down.png", true, array("style" => $selectTimestampDown, "alt" => "down")) . '';
+ '' . html_print_image("images/sort_down.png", true, array("style" => $selectTimestampDown, "alt" => "down")) . '';
}
$table->align[10] = "right";