doc/book/en/devweb/views/urlpublish.rst
changeset 8032 bcb87336c7d2
parent 5394 105011657405
child 8039 1fe90d4ec307
--- a/doc/book/en/devweb/views/urlpublish.rst	Thu Oct 27 18:19:00 2011 +0200
+++ b/doc/book/en/devweb/views/urlpublish.rst	Fri Oct 28 10:32:48 2011 +0200
@@ -52,7 +52,7 @@
              dict(rql=('Any X ORDERBY CD DESC LIMIT 20 WHERE X is BlogEntry,'
                        'X creation_date CD, X created_by U, '
                        'U login "%(user)s"'
-                       % {'user': r'\1'}, vid='rss'))),
+                       % {'user': r'\1'}), vid='rss'))
             ]
 
 When a url matches the regular expression, the view with the __regid__