diff -r 31412adee482 -r dc6d44e69a70 web/views/error.py
--- a/web/views/error.py	Wed Jun 03 09:09:33 2009 +0200
+++ b/web/views/error.py	Thu Apr 04 13:49:34 2019 +0200
@@ -24,5 +24,3 @@
         _ = self.req._
         self.w(u"<h1>%s</h1>" %
                _('an error occured, the request cannot be fulfilled'))
-    
-