diff --git a/html/includes/hostbox.inc b/html/includes/hostbox.inc
index 74a0becef..537f6d2b1 100644
--- a/html/includes/hostbox.inc
+++ b/html/includes/hostbox.inc
@@ -22,7 +22,7 @@
' . $image . ' |
' . generate_device_link($device) . '
' . $device['sysName'] . ' |
- ');
+ | ');
if($port_count) { echo(' '.$port_count); }
echo(' ');
diff --git a/html/pages/devices.inc.php b/html/pages/devices.inc.php
index 821c9c8f2..c5d8db534 100644
--- a/html/pages/devices.inc.php
+++ b/html/pages/devices.inc.php
@@ -117,7 +117,7 @@ if ($_GET['status'] == "alerted") {
}
echo('
- | Device | Operating System | Platform | Uptime | ');
+ | Device | | Operating System | Platform | Uptime | ');
$device_query = mysql_query($sql);
while ($device = mysql_fetch_array($device_query)) {
|