From cea787b3b92a9c9befd24b7c7544c5e1b79f7d3a Mon Sep 17 00:00:00 2001 From: Eric Bremner <ebremner@uwaterloo.ca> Date: Tue, 16 Jul 2024 13:20:09 -0400 Subject: [PATCH] ISTWCMS-6944: fix coding standards --- uw_fdsu_theme_resp.theme | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/uw_fdsu_theme_resp.theme b/uw_fdsu_theme_resp.theme index e00f0753..3d3505f9 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']; } -- GitLab