From 8b5d42b3fc1eb9bb7ef5133220340a1418501460 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Mon, 21 Jul 2008 12:02:57 +0000 Subject: removing stray quotes --- system/helpers/html_helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .= '/>'; } -- cgit v1.2.3-24-g4f1b