forked from github/server
kleiner bugfix
This commit is contained in:
parent
0577ad3399
commit
ff08203f58
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue