[FIX] doc: typo in qweb reference

fixes #4711
This commit is contained in:
Henri-Maxime Ducoulombier 2015-01-15 12:16:33 +01:00 committed by Xavier Morel
parent af90f5f638
commit 0baa13232c
1 changed files with 1 additions and 1 deletions

View File

@ -418,7 +418,7 @@ the name of the template to alter as parameter.
The alteration is then performed with any number of ``t-jquery``
sub-directives::
<t t-extends="base.template">
<t t-extend="base.template">
<t t-jquery="ul" t-operation="append">
<li>new element</li>
</t>