mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Revert "[WIP] Sanity!"
This commit is contained in:
@@ -25,6 +25,6 @@ if ($entry['type'] == 'interface') {
|
||||
$entry['link'] = '<b>'.generate_port_link(getifbyid($entry['reference'])).'</b>';
|
||||
}
|
||||
|
||||
echo $entry['link'].' '.$entry['message'].'</td>
|
||||
echo $entry['link'].' '.htmlspecialchars($entry['message']).'</td>
|
||||
<td></td>
|
||||
</tr>';
|
||||
|
||||
Reference in New Issue
Block a user