commit | 292dcd83359db59a60564cf7ceb1890e5395ac36 | [log] [tgz] |
---|---|---|
author | Derek Allard <derek.allard@ellislab.com> | Wed Sep 16 11:26:32 2009 +0000 |
committer | Derek Allard <derek.allard@ellislab.com> | Wed Sep 16 11:26:32 2009 +0000 |
tree | 2ee3a0501d0c2acd29e1331b2e723da9c9f4a853 | |
parent | 76763bb6e18c15bf099564789bfa621a938313d8 [diff] [blame] |
removed some trivial spaces from output
diff --git a/system/helpers/html_helper.php b/system/helpers/html_helper.php index ca933bd..b55ec88 100644 --- a/system/helpers/html_helper.php +++ b/system/helpers/html_helper.php
@@ -320,7 +320,7 @@ { if ( strpos($href, '://') !== FALSE) { - $link .= ' href="'.$href.'" '; + $link .= 'href="'.$href.'" '; } elseif ($index_page === TRUE) {