diff --git a/ckeditor_extensions/static/ckeditor/ckeditor/plugins/soft-hyphen-shortcut/plugin.js b/ckeditor_extensions/static/ckeditor/ckeditor/plugins/soft-hyphen-shortcut/plugin.js index f3711ef..9b39caf 100644 --- a/ckeditor_extensions/static/ckeditor/ckeditor/plugins/soft-hyphen-shortcut/plugin.js +++ b/ckeditor_extensions/static/ckeditor/ckeditor/plugins/soft-hyphen-shortcut/plugin.js @@ -5,7 +5,7 @@ CKEDITOR.plugins.add('soft-hyphen-shortcut', { init: function (editor) { var softHyphenUnicodeChar = '\u00AD'; - var softHyphenEntity = '­'; + var softHyphenEntity = '­'; // '­'; editor.addCommand('insertSoftHyphen', { exec: function (editor, data) {