diff --git a/core/user_logs/user_logs.php b/core/user_logs/user_logs.php
index 976158cc0a..d33c51fa09 100644
--- a/core/user_logs/user_logs.php
+++ b/core/user_logs/user_logs.php
@@ -225,8 +225,8 @@
if ($_GET['show'] == 'all' && permission_exists('user_log_all')) {
echo th_order_by('domain_name', $text['label-domain'], $order_by, $order);
}
- echo "
".$text['label-date']." | \n";
- echo "".$text['label-time']." | \n";
+ echo "".$text['label-date']." | \n";
+ echo "".$text['label-time']." | \n";
echo th_order_by('username', $text['label-username'], $order_by, $order);
echo th_order_by('type', $text['label-type'], $order_by, $order);
echo th_order_by('result', $text['label-result'], $order_by, $order);
@@ -254,7 +254,7 @@
echo " ".escape($_SESSION['domains'][$row['domain_uuid']]['domain_name'])." | \n";
}
echo " ".escape($row['date_formatted'])." | \n";
- echo " ".escape($row['time_formatted'])." | \n";
+ echo " ".escape($row['time_formatted'])." | \n";
echo " ".escape($row['username'])." | \n";
echo " ".escape($row['type'])." | \n";
echo " ".escape($row['result'])." | \n";