HTML entity encoding not preserved on save
-
Encoded HTML entities get decoded on save when the WPGlobus plugin is enabled.
To reproduce:
1) Create a new page/post
2) Ensure the WPGlobus toggle in the Publish pane is set to ON
3) Switch to the Visual editor and enter following content:<b>foobar</b>. The Text editor will show:< ;b> ;foobar< ;/b> ;(remove spaces)
4) Tap on Save draft
5) Visual editor content:foobarin bold weight
Text editor content:<b>foobar</b>Expected behaviour:
When executing these steps with the WPGlobus toggle set to off, the results of step 5) are the following:
Visual editor content:
<b>foobar</b>
Text editor content:< ;b> ;foobar< ;/b> ;(remove spaces)
The topic ‘HTML entity encoding not preserved on save’ is closed to new replies.