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