From: richard Date: Tue, 23 Oct 2001 23:56:03 +0000 (+0000) Subject: HTML typo X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=94c4318d6a13ab15d2d5af6c3741c9fe157079b6;p=roundup.git HTML typo git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@336 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/roundup/cgi_client.py b/roundup/cgi_client.py index d65b2e0..88bdc55 100644 --- a/roundup/cgi_client.py +++ b/roundup/cgi_client.py @@ -15,7 +15,7 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -# $Id: cgi_client.py,v 1.41 2001-10-23 23:52:35 richard Exp $ +# $Id: cgi_client.py,v 1.42 2001-10-23 23:56:03 richard Exp $ import os, cgi, pprint, StringIO, urlparse, re, traceback, mimetypes import base64, Cookie, time @@ -513,7 +513,7 @@ class Client: ''') if self.user is None and self.ANONYMOUS_REGISTER == 'deny': - self.write('') return self.write('''

@@ -849,6 +849,9 @@ def parsePropsFromForm(db, cl, form, nodeid=0): # # $Log: not supported by cvs2svn $ +# Revision 1.41 2001/10/23 23:52:35 richard +# Fixed lock-out logic, thanks Roch'e for pointing out the problems. +# # Revision 1.40 2001/10/23 23:06:39 richard # Some cleanup. #