web/views/actions.py
branchtls-sprint
changeset 753 17d38f000bea
parent 728 a95b284150d1
child 775 ed106bb2dcd3
--- a/web/views/actions.py	Wed Feb 18 01:45:09 2009 +0100
+++ b/web/views/actions.py	Wed Feb 18 01:45:35 2009 +0100
@@ -116,7 +116,7 @@
 class MultipleEditAction(Action):
     id = 'muledit' # XXX get strange conflicts if id='edit'
     __select__ = (match_search_state('normal') &
-                     two_lines_rset(), one_etype_rset() &
+                  two_lines_rset() & one_etype_rset() &
                   has_permission('update'))
 
     title = _('modify')