diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-08-15 10:16:47 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-08-15 10:16:47 +0200 |
commit | 6a64f856ae09fb14460cf09544a5fe9f2f463fea (patch) | |
tree | 06f40b615cf6a81e8f60709fae492e48c8f0047e | |
parent | 670182374d05e05f308d8e30607f5538f322d370 (diff) |
Fix issue #1712
-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).' />'; } } |