Browse Source

Use ­ as softhyphen entity.

master
Erik Stein 7 years ago
parent
commit
e0f02c64d7
  1. 2
      ckeditor_extensions/static/ckeditor/ckeditor/plugins/soft-hyphen-shortcut/plugin.js

2
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) {

Loading…
Cancel
Save