mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
c06049076a
Since commit https://github.com/odoo/owl/commit/b2f12a111524f37348b142ac248813f9cb25ca2e, Owl escape text content twice. It seems that it was done to prevent security issues, but without realizing that the standard t-esc method already escapes. closes #708