[FIX] developer/reference: fix missing slash in javascript/qweb, debugging section
closes odoo/documentation#1214
X-original-commit: 7fbf1c3ef2
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
parent
a5a669a5eb
commit
1e284a4455
@ -682,7 +682,7 @@ The javascript QWeb implementation provides a few debugging hooks:
|
||||
triggers a debugger breakpoint during template rendering::
|
||||
|
||||
<t t-if="a_test">
|
||||
<t t-debug="">
|
||||
<t t-debug=""/>
|
||||
</t>
|
||||
|
||||
will stop execution if debugging is active (exact condition depend on the
|
||||
|
Loading…
Reference in New Issue
Block a user