Web Interface: Fix more messed up tags
This commit is contained in:
parent
3714940c37
commit
a4cd899f0e
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue