Improve table accessibility

This commit is contained in:
Frankie B 2023-08-15 00:13:53 +01:00
commit 09cffe2562
5 changed files with 31 additions and 51 deletions

View file

@ -13,16 +13,10 @@
@foreach ($categories as $category)
<table class="infotable">
<tr>
<td colspan="2">
<h1>{{ $category->name }}</h1>
</td>
</tr>
<tr>
<td colspan="2">
<hr>
</td>
</tr>
<caption>
<h1>{{ $category->name }}</h1>
<hr>
</caption>
@php
$sites = DB::select(