summaryrefslogtreecommitdiffstats
path: root/system/helpers/html_helper.php
diff options
context:
space:
mode:
authorEric Roberts <eric@cryode.com>2012-08-15 23:19:16 +0200
committerEric Roberts <eric@cryode.com>2012-08-15 23:19:16 +0200
commit49354253c7fa7e195589ebec2be5530cfeaa99f1 (patch)
tree039ec96dd7cface48fe8d540df5d92a3e6ed1515 /system/helpers/html_helper.php
parent19d0f56d53997dba23a736295aa2a67fbc5ad52f (diff)
parent6a64f856ae09fb14460cf09544a5fe9f2f463fea (diff)
Merge branch 'develop' of https://github.com/EllisLab/CodeIgniter into develop
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).' />';
}
}