Issue #3413647: Fix HTML tags getting double-encoded in data-caption
Compare changes
+ 0
− 13
@@ -537,7 +537,6 @@ class EntityEmbedDialog extends FormBase {
@@ -537,7 +537,6 @@ class EntityEmbedDialog extends FormBase {
'#default_value' => isset($entity_element['data-caption']) ? Html::decodeEntities($entity_element['data-caption']) : '',
@@ -850,18 +849,6 @@ class EntityEmbedDialog extends FormBase {
@@ -850,18 +849,6 @@ class EntityEmbedDialog extends FormBase {