mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Cleanup [skip ci]
This commit is contained in:
@@ -24,7 +24,7 @@ class Translation extends Twig_Extension
|
||||
$filters[] = new Twig_SimpleFilter(
|
||||
'_', function ($name) {
|
||||
|
||||
return trans('firefly.'.$name);
|
||||
return trans('firefly.' . $name);
|
||||
|
||||
}, ['is_safe' => ['html']]
|
||||
);
|
||||
|
Reference in New Issue
Block a user