diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2020-01-24 19:24:08 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2020-01-24 19:24:08 +0000 |
| commit | 6a4003b9a8dad943c6d633666280858f1b1a2130 (patch) | |
| tree | 32f1b5a77ea31d04a3d57569931dc8d38d4a3da0 /resources/views/modules/statistics-chart | |
| parent | f78837dc3726ec0d148dc9096640a40567b9f81e (diff) | |
| download | webtrees-6a4003b9a8dad943c6d633666280858f1b1a2130.tar.gz webtrees-6a4003b9a8dad943c6d633666280858f1b1a2130.tar.bz2 webtrees-6a4003b9a8dad943c6d633666280858f1b1a2130.zip | |
Fix: #2995 - Incorrect ARIA attributes for tablist/tab/tabpanel
Diffstat (limited to 'resources/views/modules/statistics-chart')
| -rw-r--r-- | resources/views/modules/statistics-chart/page.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/modules/statistics-chart/page.phtml b/resources/views/modules/statistics-chart/page.phtml index eab740a57c..6c7c665920 100644 --- a/resources/views/modules/statistics-chart/page.phtml +++ b/resources/views/modules/statistics-chart/page.phtml @@ -13,7 +13,7 @@ use Fisharebest\Webtrees\View; <div class="wt-page-content wt-chart wt-statistics-chart" id="statistics-tabs"> <ul class="nav nav-tabs" role="tablist"> <?php foreach ($tabs as $label => $url) : ?> - <li class="nav-item"> + <li class="nav-item" role="presentation"> <a class="nav-link" href="#tab-<?= e(md5($url)) ?>" data-toggle="tab" data-href="<?= e($url) ?>" role="tab"> <?= $label ?> </a> |
