Remove unnecessary width="100%"

This commit is contained in:
Arjit Chaudhary
2015-09-21 19:12:06 +05:30
parent 573ce88766
commit 9df476d789

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) {