diff --git a/app/views/list/recurring.blade.php b/app/views/list/recurring.blade.php index 624914c97f..cab075f3b0 100644 --- a/app/views/list/recurring.blade.php +++ b/app/views/list/recurring.blade.php @@ -22,7 +22,7 @@ {{{$entry->name}}} - @foreach(explode(' ',$entry->match) as $match) + @foreach(explode(',',$entry->match) as $match) {{{$match}}} @endforeach diff --git a/app/views/recurring/show.blade.php b/app/views/recurring/show.blade.php index e41636106c..d6e8453c7a 100644 --- a/app/views/recurring/show.blade.php +++ b/app/views/recurring/show.blade.php @@ -38,7 +38,7 @@ Matching on - @foreach(explode(' ',$recurring->match) as $word) + @foreach(explode(',',$recurring->match) as $word) {{{$word}}} @endforeach between {{mf($recurring->amount_min)}} and {{mf($recurring->amount_max)}}.