diff --git a/core/modules/ckeditor/js/plugins/drupallink/plugin.js b/core/modules/ckeditor/js/plugins/drupallink/plugin.js index dbfd047..ff64f88 100644 --- a/core/modules/ckeditor/js/plugins/drupallink/plugin.js +++ b/core/modules/ckeditor/js/plugins/drupallink/plugin.js @@ -198,11 +198,11 @@ if (editor.ui.addButton) { editor.ui.addButton('DrupalLink', { label: Drupal.t('Link'), - command: 'drupallink', + command: 'drupallink' }); editor.ui.addButton('DrupalUnlink', { label: Drupal.t('Unlink'), - command: 'drupalunlink', + command: 'drupalunlink' }); }