Index: openacs-4/packages/xowiki/www/resources/ckeditor4/styles.js =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/resources/ckeditor4/styles.js,v diff -u -r1.1 -r1.1.2.1 --- openacs-4/packages/xowiki/www/resources/ckeditor4/styles.js 24 Jun 2013 13:38:14 -0000 1.1 +++ openacs-4/packages/xowiki/www/resources/ckeditor4/styles.js 9 Feb 2015 09:17:17 -0000 1.1.2.1 @@ -1,6 +1,6 @@ /** - * Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. - * For licensing, see LICENSE.html or http://ckeditor.com/license + * Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. + * For licensing, see LICENSE.md or http://ckeditor.com/license */ // This file contains style definitions that can be used by CKEditor plugins. @@ -107,5 +107,5 @@ { name: 'Borderless Table', element: 'table', styles: { 'border-style': 'hidden', 'background-color': '#E6E6FA' } }, { name: 'Square Bulleted List', element: 'ul', styles: { 'list-style-type': 'square' } } -]); +] );