web/views/bookmark.py
branchstable
changeset 5113 f8cbdb51e6d4
parent 4311 e9e93967b7b5
child 5174 78438ad513ca
child 5421 8167de96c523
--- a/web/views/bookmark.py	Wed Mar 31 14:28:40 2010 +0200
+++ b/web/views/bookmark.py	Wed Mar 31 14:32:07 2010 +0200
@@ -113,7 +113,7 @@
                     # we can't edit shared bookmarks we don't own
                     bookmarksrql = 'Bookmark B WHERE B bookmarked_by U, B owned_by U, U eid %(x)s'
                     erset = req.execute(bookmarksrql, {'x': ueid}, 'x',
-                                                build_descr=False)
+                                        build_descr=False)
                     bookmarksrql %= {'x': ueid}
                 if erset:
                     url = self._cw.build_url(vid='muledit', rql=bookmarksrql)