From 1794320dcfdfcd19572fb1676294f9853a6bbc20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 4 Dec 2017 18:55:29 +0100 Subject: Update to 4.7.3 --- release/styles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/styles.js') diff --git a/release/styles.js b/release/styles.js index 287e633..025715e 100644 --- a/release/styles.js +++ b/release/styles.js @@ -126,7 +126,7 @@ CKEDITOR.stylesSet.add( 'default', [ { name: '1080p', type: 'widget', widget: 'embedSemantic', attributes: { 'class': 'embed-1080p' }, group: 'size' }, // Adding space after the style name is an intended workaround. For now, there - // is no option to create two styles with the same name for different widget types. See #16664. + // is no option to create two styles with the same name for different widget types. See http://dev.ckeditor.com/ticket/16664. { name: '240p ', type: 'widget', widget: 'embed', attributes: { 'class': 'embed-240p' }, group: 'size' }, { name: '360p ', type: 'widget', widget: 'embed', attributes: { 'class': 'embed-360p' }, group: 'size' }, { name: '480p ', type: 'widget', widget: 'embed', attributes: { 'class': 'embed-480p' }, group: 'size' }, -- cgit v1.2.3