mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[FIX] qweb: t-set with a body should not be joined with comma
closes #574
This commit is contained in:
+1
-1
@@ -119,7 +119,7 @@ const UTILS: Utils = {
|
||||
return vnode.text;
|
||||
}
|
||||
})
|
||||
.join();
|
||||
.join("");
|
||||
},
|
||||
getComponent(obj) {
|
||||
while (obj && !obj.hasOwnProperty("__owl__")) {
|
||||
|
||||
Reference in New Issue
Block a user