diff --git a/UI/WebServerResources/ckeditor/config.js b/UI/WebServerResources/ckeditor/config.js index fc1b42d43..26c854e42 100644 --- a/UI/WebServerResources/ckeditor/config.js +++ b/UI/WebServerResources/ckeditor/config.js @@ -5,7 +5,7 @@ CKEDITOR.editorConfig = function( config ) { config.toolbar = [ - { name: 'basicstyles', items: [ 'Bold', 'Italic', 'TextColor' ] }, + { name: 'basicstyles', items: [ 'Bold', 'Italic', 'Underline', 'TextColor' ] }, { name: 'paragraph', items: [ 'NumberedList', 'BulletedList', '-', 'Blockquote', 'Outdent', 'Indent',