diff --git a/system/html.php b/system/html.php
index 604a9ed2..f92a0e6a 100644
--- a/system/html.php
+++ b/system/html.php
@@ -10,7 +10,7 @@ class HTML {
*/
public static function entities($value)
{
- return htmlentities($value, ENT_QUOTES, Config::get('application.encoding'), false);
+ return htmlentities($value, ENT_QUOTES, Config::get('application.encoding'), false);
}
/**