X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fckeditor%2Fsrc%2FPlugin%2FCKEditorPlugin%2FDrupalImageCaption.php;fp=web%2Fcore%2Fmodules%2Fckeditor%2Fsrc%2FPlugin%2FCKEditorPlugin%2FDrupalImageCaption.php;h=45b97e77bc1c109167a6d15b2fa53ce2103d0a3f;hp=64e764ebf565652e521e7a3728881e1e03864364;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImageCaption.php b/web/core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImageCaption.php index 64e764ebf..45b97e77b 100644 --- a/web/core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImageCaption.php +++ b/web/core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImageCaption.php @@ -70,7 +70,7 @@ class DrupalImageCaption extends PluginBase implements CKEditorPluginInterface, */ public function getCssFiles(Editor $editor) { return [ - drupal_get_path('module', 'ckeditor') . '/css/plugins/drupalimagecaption/ckeditor.drupalimagecaption.css' + drupal_get_path('module', 'ckeditor') . '/css/plugins/drupalimagecaption/ckeditor.drupalimagecaption.css', ]; }