diff -r 6be127941760 -r fd36c1049eed web/views/bookmark.py --- a/web/views/bookmark.py Tue Oct 19 13:17:10 2010 +0200 +++ b/web/views/bookmark.py Tue Oct 19 13:19:50 2010 +0200 @@ -99,7 +99,7 @@ for bookmark in self.bookmarks_rset.entities(): label = self.build_link(bookmark.title, bookmark.action_url()) if self.can_delete: - dlink = u'[-]' % ( + dlink = u'[-]' % ( bookmark.eid, _('delete this bookmark')) label = '
%s %s
' % (dlink, label) self.append(label)