diff --git a/html/includes/print-event-short.inc b/html/includes/print-event-short.inc index 9755db120..9bd1a1e64 100644 --- a/html/includes/print-event-short.inc +++ b/html/includes/print-event-short.inc @@ -18,7 +18,7 @@ if($bg == $list_colour_a) { $bg = $list_colour_b; } else { $bg=$list_colour_a; } $if = mysql_fetch_array(mysql_query("SELECT * from interfaces AS I, devices as D where I.device_id = D.device_id AND I.interface_id = '".$entry['interface']."'")); echo(" - " . generateiflink($if, makeshortif($if['ifDescr'])) . " + " . generateiflink($if) . " " . htmlspecialchars(truncate($entry['message'], 45))