Skip to content
Snippets Groups Projects
Commit cea787b3 authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-6944: fix coding standards

parent 9da8a181
No related branches found
No related tags found
1 merge request!131ISTWCMS-6944: add label to block title if flag is set
...@@ -770,7 +770,8 @@ function uw_fdsu_theme_resp_preprocess_details(&$variables) { ...@@ -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'])) { elseif (isset($variables['element'][0]['#attributes']['data-drupal-selector'])) {
$variables['form_field_id'] = $variables['element'][0]['#attributes']['data-drupal-selector']; $variables['form_field_id'] = $variables['element'][0]['#attributes']['data-drupal-selector'];
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment