diff options
author | dchill42 <dchill42@gmail.com> | 2012-08-27 17:57:31 +0200 |
---|---|---|
committer | dchill42 <dchill42@gmail.com> | 2012-08-27 17:57:31 +0200 |
commit | 62ece3359211482dc5671b9521454608ad226840 (patch) | |
tree | d80aac29baaad6e9b51e865dc3ab7367c40077d4 /system/helpers/html_helper.php | |
parent | aee9265602c3bb30a1f7f3dfd562b9b36cc612a4 (diff) | |
parent | 2d5c209943ef1e2644504e8d5cb32d3d66b45632 (diff) |
Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into session
Diffstat (limited to 'system/helpers/html_helper.php')
-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 9843e804e..2372e8174 100644 --- a/system/helpers/html_helper.php +++ b/system/helpers/html_helper.php @@ -215,7 +215,7 @@ if ( ! function_exists('img')) } } - return $img._stringify_attributes($attributes).'/>'; + return $img._stringify_attributes($attributes).' />'; } } |