diff --git a/uw_fdsu_theme_resp.theme b/uw_fdsu_theme_resp.theme index e00f0753fea59c84f2dc67340d4d0a4d06bb0c1d..3d3505f966e8fa2852bb943e4abac465f5ac19b3 100644 --- a/uw_fdsu_theme_resp.theme +++ b/uw_fdsu_theme_resp.theme @@ -770,7 +770,8 @@ function uw_fdsu_theme_resp_preprocess_details(&$variables) { } } } - } // If there is a data drupal selector use it for form field id. + } + // If there is a data drupal selector use it for form field id. elseif (isset($variables['element'][0]['#attributes']['data-drupal-selector'])) { $variables['form_field_id'] = $variables['element'][0]['#attributes']['data-drupal-selector']; }