Fixing tabbing on HTML::entities method.
This commit is contained in:
parent
4f73200675
commit
b90c6ddcc5
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue