diff --git a/pandora_console/include/functions_cron.php b/pandora_console/include/functions_cron.php
index 6a79096175..5789764a3a 100644
--- a/pandora_console/include/functions_cron.php
+++ b/pandora_console/include/functions_cron.php
@@ -551,8 +551,9 @@ function cron_list_table()
$report_per_agent = $args[0];
$report_name = $args[3];
$email = $args[4];
- $data[2] .= '
- '.__('Template').": ".$template['name'].'';
+ $data[2] .= '
- '.__('Template').': ';
+ $data[2] .= '';
+ $data[2] .= $template['name'].'';
$data[2] .= '
- '.__('Agents').': '.$agents_id.'';
$data[2] .= '
- '.__('Report per agent').': '.$report_per_agent.'';
$data[2] .= '
- '.__('Report name').': '.$report_name.'';