-
Bug
-
Resolution: Won't Fix
-
Major
-
3.4.1, 3.5
-
None
How to reproduce :
- Edit a content containing a rich text field and open the HTML source code editor.
- Enter the following html snippet : <p>foo<strong> </strong>bar</p>
- Update the rich text field, it will output foobar.
The current workaround is to insert non-breaking space : <p>foo<strong> </strong>bar</p>