diff --git a/uw_fdsu_theme_resp.theme b/uw_fdsu_theme_resp.theme index 54528e98233712c06cf42b56337ab380dbe5aafb..e00f0753fea59c84f2dc67340d4d0a4d06bb0c1d 100644 --- a/uw_fdsu_theme_resp.theme +++ b/uw_fdsu_theme_resp.theme @@ -760,7 +760,8 @@ function uw_fdsu_theme_resp_preprocess_details(&$variables) { // is by itself or within the attributes. if (isset($variables['element'][$index]['#id'])) { $variables['form_field_id'] = $variables['element'][$index]['#id']; - } elseif (isset($variables['element'][$index]['#attributes']['id'])) { + } + elseif (isset($variables['element'][$index]['#attributes']['id'])) { $variables['form_field_id'] = $variables['element'][$index]['#attributes']['id']; }