core/modules/ckeditor/js/plugins/drupallink/plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/ckeditor/js/plugins/drupallink/plugin.js b/core/modules/ckeditor/js/plugins/drupallink/plugin.js index f797742..bb1b3e9 100644 --- a/core/modules/ckeditor/js/plugins/drupallink/plugin.js +++ b/core/modules/ckeditor/js/plugins/drupallink/plugin.js @@ -130,7 +130,7 @@ a: { attributes: { '!href': true, - target: true + 'target': true } } },