diff -r 552d85fcb587 -r bcb87336c7d2 doc/book/en/devweb/views/primary.rst --- a/doc/book/en/devweb/views/primary.rst Thu Oct 27 18:19:00 2011 +0200 +++ b/doc/book/en/devweb/views/primary.rst Fri Oct 28 10:32:48 2011 +0200 @@ -180,7 +180,7 @@ from cubicweb.web.views.primary import Primaryview class BlogEntryPrimaryView(PrimaryView): - __select__ = PrimaryView.__select__ & is_instance('BlogEntry') + __select__ = PrimaryView.__select__ & is_instance('BlogEntry') def render_entity_attributes(self, entity): self.w(u'

published on %s

' %