Rich text editor stripes href attribute when single quotes used
Hi guys,
I have an issue with rich text editor. Lets say I have rich text editor and I want to set initial value for it using crx de. I set the value of property text to <a href='someAddress'>...</a> using single quotation mark for attribute value. Then I see the result and the link pointing to the correct address. Then I switch to editor mode, edit text and save it - tag a is still here but without href attribute. But if I use double quotes like <a href="someAddress">...</a> everything works fine. Is it expected behaviour? Bug? The version of AEM is 5.6.
Thanks