From 292dcd83359db59a60564cf7ceb1890e5395ac36 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Wed, 16 Sep 2009 11:26:32 +0000 Subject: removed some trivial spaces from output --- system/helpers/html_helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system') diff --git a/system/helpers/html_helper.php b/system/helpers/html_helper.php index ca933bd78..b55ec88ca 100644 --- a/system/helpers/html_helper.php +++ b/system/helpers/html_helper.php @@ -320,7 +320,7 @@ if ( ! function_exists('link_tag')) { if ( strpos($href, '://') !== FALSE) { - $link .= ' href="'.$href.'" '; + $link .= 'href="'.$href.'" '; } elseif ($index_page === TRUE) { -- cgit v1.2.3-24-g4f1b