summaryrefslogtreecommitdiff
path: root/resources/views/modules/statistics-chart/page.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/modules/statistics-chart/page.phtml')
-rw-r--r--resources/views/modules/statistics-chart/page.phtml2
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 4758e4af0b..864ae2bb4f 100644
--- a/resources/views/modules/statistics-chart/page.phtml
+++ b/resources/views/modules/statistics-chart/page.phtml
@@ -27,7 +27,7 @@ use Fisharebest\Webtrees\View;
</ul>
<div class="tab-content">
- <?php foreach ($tabs as $label => $url) : ?>
+ <?php foreach ($tabs as $url) : ?>
<div class="tab-pane fade wt-ajax-load" role="tabpanel" id="tab-<?= e(md5($url)) ?>"></div>
<?php endforeach ?>
</div>