Commit b90c6ddc authored by Taylor Otwell's avatar Taylor Otwell

Fixing tabbing on HTML::entities method.

parent 4f732006
......@@ -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);
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment