Index: lams_central/web/ckeditor/config.js =================================================================== diff -u -rf1eb13787450d7660c6463142231bea0b418bc09 -rd309e31cb215e844f41d2579964ffdc0a62124fa --- lams_central/web/ckeditor/config.js (.../config.js) (revision f1eb13787450d7660c6463142231bea0b418bc09) +++ lams_central/web/ckeditor/config.js (.../config.js) (revision d309e31cb215e844f41d2579964ffdc0a62124fa) @@ -1,10 +1,9 @@ -/* -Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. -For licensing, see LICENSE.html or http://ckeditor.com/license -*/ +/** + * @license Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.html or http://ckeditor.com/license + */ -CKEDITOR.editorConfig = function( config ) -{ +CKEDITOR.editorConfig = function( config ) { // Define changes to default configuration here. For example: // config.language = 'fr'; // config.uiColor = '#AADC6E';