mirror of
https://github.com/odoo/documentation.git
synced 2026-01-02 09:49:17 +07:00
[FIX] developer/reference: fix missing slash in javascript/qweb, debugging section
closes odoo/documentation#1213
X-original-commit: 7fbf1c3ef2
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
@@ -559,7 +559,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
|
||||
|
||||
Reference in New Issue
Block a user