X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fckeditor%2Fsrc%2FPlugin%2FCKEditorPlugin%2FLanguage.php;fp=web%2Fcore%2Fmodules%2Fckeditor%2Fsrc%2FPlugin%2FCKEditorPlugin%2FLanguage.php;h=0cc6b58e6936ff1fc7e1ab0685c1d393b81db8ea;hp=ffae4096cf28a2410f8def7bd27d5735d6e97cd7;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/modules/ckeditor/src/Plugin/CKEditorPlugin/Language.php b/web/core/modules/ckeditor/src/Plugin/CKEditorPlugin/Language.php index ffae4096c..0cc6b58e6 100644 --- a/web/core/modules/ckeditor/src/Plugin/CKEditorPlugin/Language.php +++ b/web/core/modules/ckeditor/src/Plugin/CKEditorPlugin/Language.php @@ -128,7 +128,7 @@ class Language extends CKEditorPluginBase implements CKEditorPluginConfigurableI */ public function getCssFiles(Editor $editor) { return [ - drupal_get_path('module', 'ckeditor') . '/css/plugins/language/ckeditor.language.css' + drupal_get_path('module', 'ckeditor') . '/css/plugins/language/ckeditor.language.css', ]; }