Index: modules/contrib/ultimenu/ultimenu.module IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- modules/contrib/ultimenu/ultimenu.module (revision 03c74349a8d72c61e8d0cf4bfa82cf1f2d523f47) +++ modules/contrib/ultimenu/ultimenu.module (revision ) @@ -101,7 +101,7 @@ $theme_default = \Drupal::config('system.theme')->get('default'); if ($theme_default == $theme) { - $button = ''; + $button = ''; $page_bottom['ultimenu_button']['#markup'] = $button; $page_bottom['ultimenu_button']['#allowed_tags'] = ['button', 'span']; }