summaryrefslogtreecommitdiffstats
path: root/system/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'system/helpers')
-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 c3f0fbc29..6d74c6d19 100644
--- a/system/helpers/html_helper.php
+++ b/system/helpers/html_helper.php
@@ -303,7 +303,7 @@ if ( ! function_exists('link_tag'))
$link .= 'title="'.$title.'" ';
}
- $link .= '/>'."";
+ $link .= '/>';
}