branch | stable |
changeset 6785 | c462147c9315 |
parent 6668 | d651bf5a66a9 |
child 6800 | 3f3d576b87d9 |
--- a/web/views/boxes.py Thu Jan 06 11:54:37 2011 +0100 +++ b/web/views/boxes.py Thu Jan 06 11:55:31 2011 +0100 @@ -218,7 +218,7 @@ @property def domid(self): - return super(RsetBox, self).domid + unicode(abs(id(self))) + return super(RsetBox, self).domid + unicode(abs(id(self))) + unicode(abs(id(self.cw_rset))) def render_title(self, w): w(self.cw_extra_kwargs['title'])