--- a/web/views/tableview.py Fri Jul 20 10:46:27 2012 +0200
+++ b/web/views/tableview.py Fri Jul 20 10:25:55 2012 +0200
@@ -174,8 +174,8 @@
@cachedproperty
def initial_load(self):
- """We detect a bit heuristically if we are built for the first time.
- or from subsequent calls by the form filter or by the pagination hooks.
+ """We detect a bit heuristically if we are built for the first time or
+ from subsequent calls by the form filter or by the pagination hooks.
"""
form = self._cw.form
return 'fromformfilter' not in form and '__fromnavigation' not in form