[DOC] misc small fixes

closes #827, #825, #822, #821
This commit is contained in:
Géry Debongnie
2021-02-03 13:37:25 +01:00
committed by aab-odoo
parent 490cf18079
commit af426aa902
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ Slots are defined by the caller, with the `t-set-slot` directive:
```xml
<div t-name="SomeComponent">
<div>some component</div>
<Dialog title="Some Dialog">
<Dialog title="'Some Dialog'">
<t t-set-slot="content">
<div>hey</div>
</t>