diff options
author | Kasim Tan <kasimtan@gmail.com> | 2016-05-20 16:16:14 +0200 |
---|---|---|
committer | Kasim Tan <kasimtan@gmail.com> | 2016-05-20 16:16:14 +0200 |
commit | e1b9495b7b1b55c8dfd6b602e35b6d5c269c0a90 (patch) | |
tree | 476e2ba6afae2b5258d3924b959a78f8c904485b /system | |
parent | cadcef85a218595b5999442d669086bdb5628947 (diff) |
Removed an extra space char
Diffstat (limited to 'system')
-rw-r--r-- | system/helpers/form_helper.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/helpers/form_helper.php b/system/helpers/form_helper.php index dfb9ae2d2..8825ecc2c 100644 --- a/system/helpers/form_helper.php +++ b/system/helpers/form_helper.php @@ -568,7 +568,7 @@ if ( ! function_exists('form_label')) * * @param string The text to appear onscreen * @param string The id the label applies to - * @param array Additional attributes + * @param array Additional attributes * @return string */ function form_label($label_text = '', $id = '', $attributes = array()) |