diff options
Diffstat (limited to 'system')
-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) { |