fix unclosed table tag

This commit is contained in:
Thomas Waldmann 2014-10-26 14:16:53 +01:00
parent 381d046a94
commit 77e257efc2

View File

@ -98,6 +98,6 @@
<td>{{ info.size_human }}</td>
</tr>
{% endfor %}
<table>
</table>
</body>
</html>