summaryrefslogtreecommitdiffstats
path: root/system/helpers/html_helper.php
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2009-09-16 13:26:32 +0200
committerDerek Allard <derek.allard@ellislab.com>2009-09-16 13:26:32 +0200
commit292dcd83359db59a60564cf7ceb1890e5395ac36 (patch)
tree2ee3a0501d0c2acd29e1331b2e723da9c9f4a853 /system/helpers/html_helper.php
parent76763bb6e18c15bf099564789bfa621a938313d8 (diff)
removed some trivial spaces from output
Diffstat (limited to 'system/helpers/html_helper.php')
-rw-r--r--system/helpers/html_helper.php2
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)
{