FormatAmountPlain is HTML safe [skip ci]

This commit is contained in:
James Cole 2015-05-03 10:01:38 +02:00
parent 17424740e5
commit ff4472c1a5

View File

@ -42,7 +42,7 @@ class General extends Twig_Extension
$filters[] = new Twig_SimpleFilter(
'formatAmountPlain', function ($string) {
return App::make('amount')->format($string, false);
}
}, ['is_safe' => ['html']]
);
$filters[] = new Twig_SimpleFilter(