diff options
author | Frankie B <git@diskfloppy.me> | 2023-10-15 20:52:32 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-10-15 20:52:32 +0100 |
commit | 3bf78f4054f298f10e488e0204868120325eda22 (patch) | |
tree | 80d972d533fd382927b85222d1857412f64245dd /resources/views/pages/music.blade.php | |
parent | 25296e79b6cc4112272559c8151d4f10894d8668 (diff) |
Update pages to be ADA-compliant
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> |