diff --git a/fusion_core/theme-settings.php b/fusion_core/theme-settings.php index 2a8e291ad9a32c339940ce8d1a0d1a8f12c56b7b..c7e41d2cb13072e7948085666c75ead3d66a5315 100644 --- a/fusion_core/theme-settings.php +++ b/fusion_core/theme-settings.php @@ -138,7 +138,7 @@ function fusion_core_form_system_theme_settings_alter(&$form, $form_state) { $form['tnt_container']['general_settings']['theme_grid_config']['theme_grid']['#options'][$defaults['theme_grid']] .= t(' (default)'); $form['tnt_container']['general_settings']['theme_grid_config']['theme_grid']['#states'] = array( 'visible' => array( - ':input[name="responsive_enabled"]' => array('value' => 0) + ':input[name=responsive_enabled]' => array('value' => '0') ), );