[FIX] developer/reference: fix missing slash in javascript/qweb, debugging section

closes odoo/documentation#1215

X-original-commit: 7fbf1c3ef2
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
Julien Van Roy 2021-10-22 08:49:53 +00:00
parent 7fc45f6e68
commit 3235a7e612

View File

@ -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