mirror of
https://github.com/OCA/knowledge.git
synced 2025-08-28 10:16:13 -06:00
[IMP] document_page: Change t-raw to t-out to prevent warning log
This commit is contained in:
parent
1d99ddd812
commit
30337f6547
@ -4,7 +4,7 @@
|
|||||||
<t t-call="web.external_layout">
|
<t t-call="web.external_layout">
|
||||||
<div class="page">
|
<div class="page">
|
||||||
<h1 t-field="doc.name" />
|
<h1 t-field="doc.name" />
|
||||||
<div t-raw="doc.content" />
|
<div t-out="doc.content" />
|
||||||
</div>
|
</div>
|
||||||
</t>
|
</t>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user