Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / ckeditor / ckeditor.admin.inc
index 8a8f68c69bd4885cb89b7cf5b291b2c1c20720aa..f9316c6a586dc1ebae7c7a1a2543622fb4f4dc4c 100644 (file)
@@ -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];