--- a/web/views/tableview.py Fri Aug 03 13:29:37 2012 +0200
+++ b/web/views/tableview.py Fri Sep 07 14:01:59 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