Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / ckeditor / src / Plugin / CKEditorPlugin / Language.php
index ffae4096cf28a2410f8def7bd27d5735d6e97cd7..0cc6b58e6936ff1fc7e1ab0685c1d393b81db8ea 100644 (file)
@@ -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',
     ];
   }