Web Interface: Fix more messed up tags

This commit is contained in:
Florian Festi 2018-03-06 11:05:53 +01:00
parent 3714940c37
commit a4cd899f0e
1 changed files with 0 additions and 3 deletions

View File

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