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

closes odoo/documentation#1207

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 fd006b4a3c
commit 7fbf1c3ef2

View File

@ -557,7 +557,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