diff --git a/content/developer/reference/frontend/qweb.rst b/content/developer/reference/frontend/qweb.rst index 88d34f063..706d94a00 100644 --- a/content/developer/reference/frontend/qweb.rst +++ b/content/developer/reference/frontend/qweb.rst @@ -304,7 +304,7 @@ the call above will be rendered as ``

`` (no content), but:: will be rendered as ``

1

``. -However this has the problem of being visible from outside the ``t-call``. +However, this has the problem of being visible from outside the ``t-call``. Alternatively, content set in the body of the ``call`` directive will be evaluated *before* calling the sub-template, and can alter a local context::