kleiner bugfix

This commit is contained in:
Enno Rehling 2002-03-24 12:32:14 +00:00
parent 0577ad3399
commit ff08203f58
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ def Display(Content, Title=DefaultTitle):
TemplateInput = TemplateHandle.read() TemplateInput = TemplateHandle.read()
TemplateHandle.close() # close the file TemplateHandle.close() # close the file
for key in Form.keys(): # for key in Form.keys():
Content=Content+"<br>"+str(key)+"="+str(Form[key]) # Content=Content+"<br>"+str(key)+"="+str(Form[key])
# this defines an exception string in case our # this defines an exception string in case our
# template file is messed up # template file is messed up