From e0f02c64d705a56ce6a39696431632986cc47942 Mon Sep 17 00:00:00 2001 From: Erik Stein Date: Thu, 15 Nov 2018 09:56:58 +0100 Subject: [PATCH] Use ­ as softhyphen entity. --- .../ckeditor/ckeditor/plugins/soft-hyphen-shortcut/plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {