-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Closed
Labels
Description
When double quotes are added to an attribute it breaks the HTML.
- https://jsfiddle.net/szLp8h4n/
- Drag in the link block.
- Click the link in the editor
- Go to "Component settings" panel
- Enter
This is an "example"
intotitle
field. - Click the view code icon.
- Invalid HTML is generated
<div class="c318">Hello World!!!</div>
<a title="This is an "example"" class="c739">Link</a>
artf