Move misplaced tag

This commit is contained in:
Duncan Sommerville 2015-06-17 14:52:04 -04:00
parent 92ad5bde6d
commit af2f757985
1 changed files with 22 additions and 22 deletions

View File

@ -181,6 +181,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>
@ -203,5 +204,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>