Skip to content

Commit 49f542b

Browse files
author
Richard Jones
committed
HTML typo
1 parent fa877bd commit 49f542b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

roundup/cgi_client.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717
#
18-
# $Id: cgi_client.py,v 1.41 2001-10-23 23:52:35 richard Exp $
18+
# $Id: cgi_client.py,v 1.42 2001-10-23 23:56:03 richard Exp $
1919

2020
import os, cgi, pprint, StringIO, urlparse, re, traceback, mimetypes
2121
import base64, Cookie, time
@@ -513,7 +513,7 @@ def login(self, message=None):
513513
</form>
514514
''')
515515
if self.user is None and self.ANONYMOUS_REGISTER == 'deny':
516-
self.write('</table')
516+
self.write('</table>')
517517
return
518518
self.write('''
519519
<p>
@@ -849,6 +849,9 @@ def parsePropsFromForm(db, cl, form, nodeid=0):
849849

850850
#
851851
# $Log: not supported by cvs2svn $
852+
# Revision 1.41 2001/10/23 23:52:35 richard
853+
# Fixed lock-out logic, thanks Roch'e for pointing out the problems.
854+
#
852855
# Revision 1.40 2001/10/23 23:06:39 richard
853856
# Some cleanup.
854857
#

0 commit comments

Comments
 (0)