Web Interface: Fix more messed up tags

This commit is contained in:
Florian Festi 2018-03-06 11:07:10 +01:00
parent a4cd899f0e
commit 9e7b7d2279
1 changed files with 1 additions and 3 deletions

View File

@ -202,6 +202,7 @@ class BServer:
if box.description:
result.append(markdown.markdown(box.description))
result.append("""
</div>
<div class="footer container">
<ul>
<li><a href="https://github.com/florianfesti/boxes">Get Source at GitHub</a></li>
@ -210,9 +211,6 @@ class BServer:
</ul>
</div>
</body>
</html>
""" )