diff --git a/scripts/cgi-bin/info.py b/scripts/cgi-bin/info.py
index 110bffc24..5ce1376d6 100755
--- a/scripts/cgi-bin/info.py
+++ b/scripts/cgi-bin/info.py
@@ -7,6 +7,7 @@ import re
import smtplib
# specify the filename of the template file
+scripturl="http://eressea.upb.de/~enno/cgi-bin/info.cgi"
TemplateFile = "vinyambar.html"
DefaultTitle = "Vinyambar Datenbank"
dbname = "vinyambar"
@@ -21,8 +22,8 @@ def Display(Content, Title=DefaultTitle):
TemplateInput = TemplateHandle.read()
TemplateHandle.close() # close the file
- for key in Form.keys():
- Content=Content+"
"+key+"="+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
@@ -52,7 +53,7 @@ def ShowInfo(custid, Password):
results = cursor.execute(query);
if results > 0:
- output = "