X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/cb31afcfed76d9d1203a42c63e05712623ceff9c..69e526ee5:/js/ckeditor/styles.js diff --git a/js/ckeditor/styles.js b/js/ckeditor/styles.js index 6ffdb0229..432f95680 100644 --- a/js/ckeditor/styles.js +++ b/js/ckeditor/styles.js @@ -1,5 +1,5 @@ /** - * Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. + * Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ @@ -107,5 +107,5 @@ CKEDITOR.stylesSet.add( 'default', [ { name: 'Borderless Table', element: 'table', styles: { 'border-style': 'hidden', 'background-color': '#E6E6FA' } }, { name: 'Square Bulleted List', element: 'ul', styles: { 'list-style-type': 'square' } } -]); +] );