X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=js%2Fckeditor%2Fstyles.js;h=432f9568061007ea10752c2ec0a7454616895829;hb=df2057b857d530bc01adfb68fb3a1fddeffc322c;hp=6ffdb022993f635fa99be885e525964864b7900e;hpb=cb31afcfed76d9d1203a42c63e05712623ceff9c;p=kivitendo-erp.git 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' } } -]); +] );