summaryrefslogtreecommitdiffstats
path: root/system/helpers/html_helper.php
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2008-07-21 14:02:57 +0200
committerDerek Allard <derek.allard@ellislab.com>2008-07-21 14:02:57 +0200
commit8b5d42b3fc1eb9bb7ef5133220340a1418501460 (patch)
tree4cf2976967b49b622104c5302236be6d0a1b8e83 /system/helpers/html_helper.php
parentc507418db9a35ef11965cb9226e6f23f3b41b195 (diff)
removing stray quotes
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 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 .= '/>';
}