diff options
author | Derek Allard <derek.allard@ellislab.com> | 2008-07-21 14:02:57 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2008-07-21 14:02:57 +0200 |
commit | 8b5d42b3fc1eb9bb7ef5133220340a1418501460 (patch) | |
tree | 4cf2976967b49b622104c5302236be6d0a1b8e83 /system | |
parent | c507418db9a35ef11965cb9226e6f23f3b41b195 (diff) |
removing stray quotes
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 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 .= '/>';
}
|