commit | 8b5d42b3fc1eb9bb7ef5133220340a1418501460 | [log] [tgz] |
---|---|---|
author | Derek Allard <derek.allard@ellislab.com> | Mon Jul 21 12:02:57 2008 +0000 |
committer | Derek Allard <derek.allard@ellislab.com> | Mon Jul 21 12:02:57 2008 +0000 |
tree | 4cf2976967b49b622104c5302236be6d0a1b8e83 | |
parent | c507418db9a35ef11965cb9226e6f23f3b41b195 [diff] |
removing stray quotes
diff --git a/system/helpers/html_helper.php b/system/helpers/html_helper.php index c3f0fbc..6d74c6d 100644 --- a/system/helpers/html_helper.php +++ b/system/helpers/html_helper.php
@@ -303,7 +303,7 @@ $link .= 'title="'.$title.'" '; } - $link .= '/>'.""; + $link .= '/>'; }