X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Fmodules%2Fckeditor%2Fckeditor.admin.inc;fp=web%2Fcore%2Fmodules%2Fckeditor%2Fckeditor.admin.inc;h=f9316c6a586dc1ebae7c7a1a2543622fb4f4dc4c;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=8a8f68c69bd4885cb89b7cf5b291b2c1c20720aa;hpb=aea91e65e895364e460983b890e295aa5d5540a5;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];