--- a/web/form.py Fri Aug 21 16:26:20 2009 +0200
+++ b/web/form.py Wed Aug 26 14:45:56 2009 +0200
@@ -162,7 +162,7 @@
if len(errors) > 1:
templstr = '<li>%s</li>\n'
else:
- templstr = ' %s\n'
+ templstr = ' %s\n'
for field, err in errors:
if field is None:
errormsg += templstr % err