Open JPustkuchen opened 6 years ago
Context: Configuring an element in the editor with double-qoutes in it, for example HTML code in description
Problem: The double-quotes are also used in the HTML form markup in editor.js and so the input element breaks if they are not escaped properly.
Proposed solution: Escape the double quotes in value
Tested, working, patch follows!
Context: Configuring an element in the editor with double-qoutes in it, for example HTML code in description
Problem: The double-quotes are also used in the HTML form markup in editor.js and so the input element breaks if they are not escaped properly.
Proposed solution: Escape the double quotes in value
Tested, working, patch follows!