diff --git a/scripts/cgi-bin/info.py b/scripts/cgi-bin/info.py
index 6f5f9964e..e90e7ea34 100755
--- a/scripts/cgi-bin/info.py
+++ b/scripts/cgi-bin/info.py
@@ -77,7 +77,7 @@ def SendPass(email):
except:
Display('
Beim Versenden des Passwortes ist ein Fehler aufgetreten.
Eventuell ist die email-Adresse unbekannt
', 'Kundendaten für '+email)
-
+
def ShowInfo(custid, Password):
global Errors
db = MySQLdb.connect(db=dbname)
@@ -101,7 +101,7 @@ def ShowInfo(custid, Password):
races.append(cursor.fetchone())
output = 'Letzter Buchungstag: '+str(lastdate)[0:10]+'