branch | stable |
changeset 5157 | 1202e6565aff |
parent 5151 | 2f70fa8b6854 |
child 5177 | 395e1ff018ae |
child 5198 | cf8292f80384 |
--- a/web/views/basecontrollers.py Tue Apr 06 18:03:52 2010 +0200 +++ b/web/views/basecontrollers.py Tue Apr 06 18:36:09 2010 +0200 @@ -409,6 +409,7 @@ extraargs = extraargs or {} stream = comp.set_stream() comp.render(**extraargs) + # XXX why not _call_view ? extresources = self._cw.html_headers.getvalue(skiphead=True) if extresources: stream.write(u'<div class="ajaxHtmlHead">\n')