From 93a25893d59805b269494804b5569b71acc33f86 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Tue, 2 Feb 2016 08:42:53 -0800 Subject: [ticket/14447] Remove trailing white spaces in Prosilver PHPBB3-14447 --- phpBB/styles/prosilver/template/overall_footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles/prosilver/template/overall_footer.html') diff --git a/phpBB/styles/prosilver/template/overall_footer.html b/phpBB/styles/prosilver/template/overall_footer.html index 0573abec64..39468201e5 100644 --- a/phpBB/styles/prosilver/template/overall_footer.html +++ b/phpBB/styles/prosilver/template/overall_footer.html @@ -50,7 +50,7 @@ (function($){ var $fa_cdn = $('head').find('link[rel="stylesheet"]').first(), $span = $('').appendTo('body'); - if ($span.css('fontFamily') !== 'FontAwesome' ) { + if ($span.css('fontFamily') !== 'FontAwesome' ) { $fa_cdn.after(''); $fa_cdn.remove(); } -- cgit v1.2.1