Move misplaced tag
This commit is contained in:
parent
88bd3c9bc2
commit
298ee30e9d
|
@ -180,6 +180,7 @@
|
||||||
?>
|
?>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
</tbody>
|
||||||
*/?>
|
*/?>
|
||||||
<tr id="partitions" class="even">
|
<tr id="partitions" class="even">
|
||||||
<th colspan="5"><?php echo _("Disk Space") ?></th>
|
<th colspan="5"><?php echo _("Disk Space") ?></th>
|
||||||
|
@ -202,5 +203,4 @@
|
||||||
<div><?php echo sprintf("%01.1f%% ", $used/$total*100) . _("in use") ?></div>
|
<div><?php echo sprintf("%01.1f%% ", $used/$total*100) . _("in use") ?></div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Reference in New Issue