diff --git a/html/includes/print-event-short.inc b/html/includes/print-event-short.inc
index dadf04029..941310b41 100644
--- a/html/includes/print-event-short.inc
+++ b/html/includes/print-event-short.inc
@@ -13,15 +13,15 @@ if($bg == $list_colour_a) { $bg = $list_colour_b; } else { $bg=$list_colour_a; }
|
".$entry['humandate']."
- | ");
-
- $if = mysql_fetch_array(mysql_query("SELECT * from ports AS I, devices as D where I.device_id = D.device_id AND I.interface_id = '".$entry['interface']."'"));
-
- echo("
- " . generateiflink($if) . "
|
- " .
- htmlspecialchars(truncate($entry['message'], 45))
+ | ");
+
+ $if = mysql_fetch_array(mysql_query("SELECT * from ports AS I, devices as D where I.device_id = D.device_id AND I.interface_id = '".$entry['interface']."'"));
+
+ echo("
+ " . generateiflink($if) . "
+ " .
+ htmlspecialchars($entry['message'])
. " |
|
");