From 5bea21b7dc6e8a2811911163eeec7ad6644b1dea Mon Sep 17 00:00:00 2001 From: kpaxman <kpaxman@uwaterloo.ca> Date: Wed, 9 Jun 2021 11:46:05 -0400 Subject: [PATCH] ISTWCMS-4864: code standards --- uw_fdsu_theme_resp.theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uw_fdsu_theme_resp.theme b/uw_fdsu_theme_resp.theme index f9eebc34..9ca3d434 100644 --- a/uw_fdsu_theme_resp.theme +++ b/uw_fdsu_theme_resp.theme @@ -184,7 +184,7 @@ function uw_fdsu_theme_resp_form_system_theme_settings_alter(&$form, FormStateIn * @param array $variables * The variables array. */ -function _uw_fdsu_theme_resp_add_favicons(array &$variables){ +function _uw_fdsu_theme_resp_add_favicons(array &$variables) { // Remove Drupal's favicon. foreach ($variables['page']['#attached']['html_head_link'] as $id => $html_head_link) { if (isset($html_head_link[0]['rel']) && $html_head_link[0]['rel'] == 'shortcut icon') { -- GitLab