From 48aa39bad66b8379301ee1c8c19f0bf389ad395e Mon Sep 17 00:00:00 2001 From: Angela McMahon Date: Fri, 2 Mar 2018 13:18:09 -0600 Subject: [PATCH] INTERIM-149 Change i elements to span (#161) * INTERIM-149 Update sitemap and site index with span ..instead of i * INTERIM-149 Update social media icons to use span --- template.php | 2 +- templates/default_region_content_blocks/footer_third.tpl.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/template.php b/template.php index 1a3f649..402aef1 100644 --- a/template.php +++ b/template.php @@ -363,7 +363,7 @@ function suitcase_interim_menu_link__menu_social($variables) { } if (!empty($font_awesome_icon)) { - $element['#title'] = ' ' . $element['#title'] . ''; + $element['#title'] = ' ' . $element['#title'] . ''; $element['#localized_options']['html'] = TRUE; } diff --git a/templates/default_region_content_blocks/footer_third.tpl.php b/templates/default_region_content_blocks/footer_third.tpl.php index 26851fe..4b85c51 100644 --- a/templates/default_region_content_blocks/footer_third.tpl.php +++ b/templates/default_region_content_blocks/footer_third.tpl.php @@ -1,8 +1,8 @@