Web Interface: Fix messed up tags
This commit is contained in:
parent
90ba9f8ee9
commit
448a2f11f6
|
@ -168,7 +168,7 @@ class BServer:
|
|||
<div>
|
||||
<div class="clear"></div>
|
||||
<hr />
|
||||
<h2 style="margin: 0px 0px 0px 20px;" ><span>""", name, """</h2>
|
||||
<h2 style="margin: 0px 0px 0px 20px;" >""", name, """</h2>
|
||||
<p>""", box.__doc__ or "", """</p>
|
||||
<form action="%s" method="GET" target="_blank">
|
||||
""" % (action)]
|
||||
|
@ -287,7 +287,6 @@ Create boxes and more with a laser cutter!
|
|||
<div class="clear"></div>
|
||||
<hr />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="footer container">
|
||||
|
||||
|
|
Loading…
Reference in New Issue