From: Zoran Zaric Date: Wed, 14 Jul 2010 08:02:36 +0000 (+0200) Subject: Closing a UL-tag doesn't make sense here, the TABLE-tag has to be closed. X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=ab4936f5470347b3339d00275c1f0ff474c3bd85;p=packages%2Fb%2Fbup.git Closing a UL-tag doesn't make sense here, the TABLE-tag has to be closed. Signed-off-by: Zoran Zaric --- diff --git a/cmd/web-cmd.py b/cmd/web-cmd.py index 2952315..6bd93e0 100755 --- a/cmd/web-cmd.py +++ b/cmd/web-cmd.py @@ -99,7 +99,7 @@ class BupRequestHandler(BaseHTTPServer.BaseHTTPRequestHandler): %s """ % (urllib.quote(linkname), cgi.escape(displayname), size)) f.write(""" - + """) length = f.tell()