diff --git a/html/pages/inventory.inc.php b/html/pages/inventory.inc.php index 4bca5b453..33ebf456a 100644 --- a/html/pages/inventory.inc.php +++ b/html/pages/inventory.inc.php @@ -89,10 +89,7 @@ if (isset($_POST['device']) && is_numeric($_POST['device'])) $param[] = $_POST['device']; } -echo('
'); - echo('
-
-
+ echo('
Inventory
@@ -106,7 +103,4 @@ foreach (dbFetchRows($sql, $param) as $entry) } echo(""); echo('
'); -echo('
'); -echo('
'); -echo('
'); ?>