diff --git a/modules/editor/skins/ckeditor/editor.html b/modules/editor/skins/ckeditor/editor.html index b6e6b09ce..991ae9c24 100644 --- a/modules/editor/skins/ckeditor/editor.html +++ b/modules/editor/skins/ckeditor/editor.html @@ -186,7 +186,7 @@ var auto_saved_msg = "{$lang->msg_auto_saved}"; // Define the simple toolbar. settings.ckeconfig.toolbar = [ - { name: 'styles', items: [ 'Font', 'FontSize', '-', 'Bold', 'Italic', 'Underline', 'TextColor', 'BGColor' ] }, + { name: 'styles', items: [ 'Font', 'FontSize', '-', 'Bold', 'Italic', 'Underline', 'Strike', 'TextColor', 'BGColor' ] }, { name: 'paragraph', items: [ 'JustifyLeft', 'JustifyCenter', 'JustifyRight' ] }, { name: 'clipboard', items: [ 'Cut', 'Copy', 'Paste' ] }, { name: 'insert', items: [ 'Link', 'Image', 'Table' ] },