mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 00:24:21 +02:00
cleanup html entities etc, to make htmltidy a bit happier (but not blissful at all yet)
git-svn-id: http://www.observium.org/svn/observer/trunk@1981 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -24,10 +24,9 @@
|
||||
<br />' . $device['sysName'] . '</td>
|
||||
<td width=55>');
|
||||
|
||||
if ($port_count) { echo(' <img src="images/icons/port.png" align=absmiddle> '.$port_count); }
|
||||
if ($port_count) { echo(' <img src="images/icons/port.png" align=absmiddle /> '.$port_count); }
|
||||
echo('<br />');
|
||||
if ($sensor_count) { echo(' <img src="images/icons/sensors.png" align=absmiddle> '.$sensor_count); }
|
||||
|
||||
if ($sensor_count) { echo(' <img src="images/icons/sensors.png" align=absmiddle /> '.$sensor_count); }
|
||||
|
||||
echo(' </td>
|
||||
<td width="200">' . $device['os_text'] . '<br />
|
||||
|
||||
Reference in New Issue
Block a user