summaryrefslogtreecommitdiffstats
path: root/system/helpers/html_helper.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-08-15 10:16:47 +0200
committerAndrey Andreev <narf@bofh.bg>2012-08-15 10:16:47 +0200
commit6a64f856ae09fb14460cf09544a5fe9f2f463fea (patch)
tree06f40b615cf6a81e8f60709fae492e48c8f0047e /system/helpers/html_helper.php
parent670182374d05e05f308d8e30607f5538f322d370 (diff)
Fix issue #1712
Diffstat (limited to 'system/helpers/html_helper.php')
-rw-r--r--system/helpers/html_helper.php2
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).' />';
}
}