summaryrefslogtreecommitdiff
path: root/httemplate/elements/ckeditor/styles.js
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-07-11 15:26:48 -0700
committerIvan Kohler <ivan@freeside.biz>2015-07-11 15:26:48 -0700
commitc94eff6021ef963f08f67da501e756d53a61c50d (patch)
tree002b414cfdbc6bf8dae08ff85afacb75ccdc723c /httemplate/elements/ckeditor/styles.js
parent0736a91a87c46f7097ddef9782ddbb59a0ce3304 (diff)
update CKeditor
Diffstat (limited to 'httemplate/elements/ckeditor/styles.js')
-rw-r--r--httemplate/elements/ckeditor/styles.js6
1 files changed, 3 insertions, 3 deletions
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' } }
-]);
+] );