doc/book/en/devweb/views/primary.rst
changeset 8032 bcb87336c7d2
parent 7844 0208c65a88a5
child 8190 2a3c1b787688
--- 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'<p>published on %s</p>' %