Fixing tabbing on HTML::entities method.

This commit is contained in:
Taylor Otwell
2011-06-29 14:19:06 -07:00
parent 4f73200675
commit b90c6ddcc5

View File

@@ -10,7 +10,7 @@ class HTML {
*/ */
public static function entities($value) 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);
} }
/** /**