Skip to content
Snippets Groups Projects
Commit 698a1a0c authored by Krzysztof Magusiak's avatar Krzysztof Magusiak
Browse files

[FIX] web_editor: append nbsp in text node


In JavaScript, createTextNode() escapes it's contents, so instead of
appending ' ' as text, we should append the character corresponding
to a non-breaking space. Alternative would be to use innerHTML.

odoo-helpdesk ticket 3372476

closes odoo/odoo#125089

Signed-off-by: default avatarDavid Monjoie (dmo) <dmo@odoo.com>
parent 274fc3ea
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment