[FIX] qweb: t-set with a body should not be joined with comma

closes #574
This commit is contained in:
Géry Debongnie
2019-12-13 14:42:10 +01:00
parent 29a80d0b28
commit 0b05ad619f
3 changed files with 49 additions and 6 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ const UTILS: Utils = {
return vnode.text;
}
})
.join();
.join("");
},
getComponent(obj) {
while (obj && !obj.hasOwnProperty("__owl__")) {