diff options
author | Derek Allard <derek.allard@ellislab.com> | 2009-09-16 13:26:32 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2009-09-16 13:26:32 +0200 |
commit | 292dcd83359db59a60564cf7ceb1890e5395ac36 (patch) | |
tree | 2ee3a0501d0c2acd29e1331b2e723da9c9f4a853 | |
parent | 76763bb6e18c15bf099564789bfa621a938313d8 (diff) |
removed some trivial spaces from output
-rw-r--r-- | system/helpers/html_helper.php | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |