X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fckeditor%2Fstyles.js;h=432f9568061007ea10752c2ec0a7454616895829;hb=ff27c3f36240aee48ed50153dd5d8fe3ac3f2443;hp=0340601da3c9e7db9379ed1da124abe764149cd8;hpb=3d0a1bb06b895c5be6e3f0517d355442a6b1e125;p=freeside.git diff --git a/httemplate/elements/ckeditor/styles.js b/httemplate/elements/ckeditor/styles.js index 0340601da..432f95680 100644 --- a/httemplate/elements/ckeditor/styles.js +++ b/httemplate/elements/ckeditor/styles.js @@ -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 @@ 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' } } -]); +] );