# HG changeset patch # User Sylvain Thénault # Date 1487843996 -3600 # Node ID b8ebd8724a37ba0cdcd44ec5f0d9a61f588cd3f5 # Parent 7d56ae4aa0eeefa78c762ed0c5bf9e062099b7f9 [web/views] Fix a docstring diff -r 7d56ae4aa0ee -r b8ebd8724a37 cubicweb/web/views/basetemplates.py --- a/cubicweb/web/views/basetemplates.py Thu Feb 23 08:37:39 2017 +0100 +++ b/cubicweb/web/views/basetemplates.py Thu Feb 23 10:59:56 2017 +0100 @@ -406,9 +406,7 @@ class HTMLContentHeader(View): - """default html page content header: - * include message component if selectable for this request - * include selectable content navigation components + """default html page content header: include selectable content navigation components """ __regid__ = 'contentheader'