diff options
author | Sébastien Adam <sebastien.adam.webdev@gmail.com> | 2015-12-01 20:24:32 +0100 |
---|---|---|
committer | Sébastien Adam <sebastien.adam.webdev@gmail.com> | 2015-12-01 20:24:32 +0100 |
commit | 7cf4cda4d56ca8c7dc51b38442d83d3b593d96f8 (patch) | |
tree | 4b2e6bc465630254699402dda0cd56c1862bfdaf /system/helpers | |
parent | 6ab09773d96ce6ac672a3d852256126d10aa25d8 (diff) |
Forgot change in the comment on the meta function
Diffstat (limited to 'system/helpers')
-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 36680053a..9ed21a168 100644 --- a/system/helpers/html_helper.php +++ b/system/helpers/html_helper.php @@ -338,7 +338,7 @@ if ( ! function_exists('link_tag')) if ( ! function_exists('meta')) { /** - * Generates meta tags from an array of key/values, compatible with html5 and open graph + * Generates meta tags from an array of key/values * * @param array * @param string |