diff -r 552d85fcb587 -r bcb87336c7d2 doc/book/en/devweb/views/urlpublish.rst --- 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__