aboutsummaryrefslogtreecommitdiff
path: root/resources/views/components/lastfm.blade.php
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/components/lastfm.blade.php')
-rw-r--r--resources/views/components/lastfm.blade.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/components/lastfm.blade.php b/resources/views/components/lastfm.blade.php
index a44afc5..83312e1 100644
--- a/resources/views/components/lastfm.blade.php
+++ b/resources/views/components/lastfm.blade.php
@@ -16,6 +16,6 @@ $count = 0;
@break
@endif
{{ str_pad($count+1, 2, '0', STR_PAD_LEFT) }}] <a href="{{ $track->url }}">{{ $track->name }} • {{ $track->artist }}</a>
- <small>({{ $track->plays }} plays)</small><br/>
+ <small>({{ $track->plays }} plays)</small><br>
@php $count++ @endphp
@endforeach