commit | 6a64f856ae09fb14460cf09544a5fe9f2f463fea | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Wed Aug 15 11:16:47 2012 +0300 |
committer | Andrey Andreev <narf@bofh.bg> | Wed Aug 15 11:16:47 2012 +0300 |
tree | 06f40b615cf6a81e8f60709fae492e48c8f0047e | |
parent | 670182374d05e05f308d8e30607f5538f322d370 [diff] [blame] |
Fix issue #1712
diff --git a/system/helpers/html_helper.php b/system/helpers/html_helper.php index 9843e80..2372e81 100644 --- a/system/helpers/html_helper.php +++ b/system/helpers/html_helper.php
@@ -215,7 +215,7 @@ } } - return $img._stringify_attributes($attributes).'/>'; + return $img._stringify_attributes($attributes).' />'; } }