]> arthur.barton.de Git - bup.git/commitdiff
Closing a UL-tag doesn't make sense here, the TABLE-tag has to be closed.
authorZoran Zaric <zz@zoranzaric.de>
Wed, 14 Jul 2010 08:02:36 +0000 (10:02 +0200)
committerAvery Pennarun <apenwarr@gmail.com>
Wed, 14 Jul 2010 18:33:54 +0000 (14:33 -0400)
Signed-off-by: Zoran Zaric <zz@zoranzaric.de>
cmd/web-cmd.py

index 29523158ee0882065ceeb39322423781dabedb80..6bd93e018c4bf51d496ea4327194b653600063a0 100755 (executable)
@@ -99,7 +99,7 @@ class BupRequestHandler(BaseHTTPServer.BaseHTTPRequestHandler):
         <TD class=dir-size>%s</TD>
       </TR>""" % (urllib.quote(linkname), cgi.escape(displayname), size))
         f.write("""
-    </UL>
+    </TABLE>
   </BODY>
 </HTML>""")
         length = f.tell()