Merge pull request #1950 from arjitc/patch-2

Remove unnecessary width="100%"
This commit is contained in:
Neil Lathwood
2015-09-21 14:56:40 +01:00

View File

@@ -1,7 +1,7 @@
<?php
echo '<h3>Inventory</h3>';
echo '<hr>';
echo '<table class="table table-condensed" width="100%">';
echo '<table class="table table-condensed">';
// FIXME missing heading
foreach (dbFetchRows('SELECT * FROM `hrDevice` WHERE `device_id` = ? ORDER BY `hrDeviceIndex`', array($device['device_id'])) as $hrdevice) {