diff options
Diffstat (limited to 'resources/views/pages/music.blade.php')
-rw-r--r-- | resources/views/pages/music.blade.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/pages/music.blade.php b/resources/views/pages/music.blade.php index 775157a..8d2bd3b 100644 --- a/resources/views/pages/music.blade.php +++ b/resources/views/pages/music.blade.php @@ -24,7 +24,7 @@ $top_tracks = json_decode(file_get_contents($api_root . '/lastfm/top')); $count = 0; @endphp - <table class="info-table"> + <table class="info-table" role="presentation"> <tr> <td colspan="4"> <h2>Last/Current Track:</h2> |