X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fckeditor%2Fckeditor.admin.inc;h=f9316c6a586dc1ebae7c7a1a2543622fb4f4dc4c;hb=9424afc6c1f518c301bf87a23c047d1873435d05;hp=8a8f68c69bd4885cb89b7cf5b291b2c1c20720aa;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/ckeditor/ckeditor.admin.inc b/web/core/modules/ckeditor/ckeditor.admin.inc index 8a8f68c69..f9316c6a5 100644 --- a/web/core/modules/ckeditor/ckeditor.admin.inc +++ b/web/core/modules/ckeditor/ckeditor.admin.inc @@ -66,7 +66,7 @@ function template_preprocess_ckeditor_settings_toolbar(&$variables) { $rtl = $language_interface->getDirection() === LanguageInterface::DIRECTION_RTL ? '_rtl' : ''; - $build_button_item = function($button, $rtl) { + $build_button_item = function ($button, $rtl) { // Value of the button item. if (isset($button['image_alternative' . $rtl])) { $value = $button['image_alternative' . $rtl];