Replacing <p></p> tag with div
When textfield sees <p></p> tag it replaces it with <div style="padding-top:2.5px; padding-bottom:5px;"></div>
And it also replaces other tags starting with 'p' like 'path' breaking HTML the layout.
I wonder why is it happening and is there any way to disable this behaviour?
This post has been edited 1 times, last edit by "a.pu" (Sep 23rd 2020, 10:26am)