summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRico Sonntag <mail@ricosonntag.de>2019-03-05 08:13:35 +0100
committerGreg Roach <fisharebest@gmail.com>2019-03-05 07:13:35 +0000
commitb659ab36261716b4811e5c2066bff8245c3ae7e1 (patch)
tree83291ac793ff8b4188fa8e0dcc3813e8d4237a89
parent4ee95e686e17b520c100a4fe77ec146625f511cc (diff)
downloadwebtrees-b659ab36261716b4811e5c2066bff8245c3ae7e1.tar.gz
webtrees-b659ab36261716b4811e5c2066bff8245c3ae7e1.tar.bz2
webtrees-b659ab36261716b4811e5c2066bff8245c3ae7e1.zip
Fixed displaying wrong zoom out icon (#2302)
-rw-r--r--resources/views/modules/timeline-chart/page.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/modules/timeline-chart/page.phtml b/resources/views/modules/timeline-chart/page.phtml
index 1779e991ff..c440e71288 100644
--- a/resources/views/modules/timeline-chart/page.phtml
+++ b/resources/views/modules/timeline-chart/page.phtml
@@ -46,7 +46,7 @@
<?= view('icons/zoom-in') ?>
</a>
<a href="<?= e($zoom_out_url) ?>" title="<?= I18N::translate('Zoom out') ?>">
- <?= view('icons/zoom-in') ?>
+ <?= view('icons/zoom-out') ?>
</a>
</div>
</div>