This commit is contained in:
Enno Rehling 2002-01-02 16:09:19 +00:00
parent cadccb9804
commit c23091e601
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ def Display(Content, Title=DefaultTitle):
TemplateInput = TemplateHandle.read() TemplateInput = TemplateHandle.read()
TemplateHandle.close() # close the file TemplateHandle.close() # close the file
for field in Form.keys(): for key in Form.keys():
Content=Content+"<br>"+key+"="+Form[key] Content=Content+"<br>"+key+"="+Form[key]
# this defines an exception string in case our # this defines an exception string in case our