Index: lams_central/web/ckeditor/config.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/ckeditor/config.js,v diff -u -r1.3 -r1.3.2.1 --- lams_central/web/ckeditor/config.js 20 Dec 2011 06:20:59 -0000 1.3 +++ lams_central/web/ckeditor/config.js 2 Sep 2014 23:18:22 -0000 1.3.2.1 @@ -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';