From ff08203f58e4c4fb51ace1846334cfb65178946a Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 24 Mar 2002 12:32:14 +0000 Subject: [PATCH] kleiner bugfix --- scripts/cgi-bin/info.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/cgi-bin/info.py b/scripts/cgi-bin/info.py index ddcfe5060..7a7d15ca1 100755 --- a/scripts/cgi-bin/info.py +++ b/scripts/cgi-bin/info.py @@ -23,8 +23,8 @@ def Display(Content, Title=DefaultTitle): TemplateInput = TemplateHandle.read() TemplateHandle.close() # close the file - for key in Form.keys(): - Content=Content+"
"+str(key)+"="+str(Form[key]) +# for key in Form.keys(): +# Content=Content+"
"+str(key)+"="+str(Form[key]) # this defines an exception string in case our # template file is messed up