diff options
| author | Rico Sonntag <mail@ricosonntag.de> | 2019-03-05 08:13:35 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2019-03-05 07:13:35 +0000 |
| commit | b659ab36261716b4811e5c2066bff8245c3ae7e1 (patch) | |
| tree | 83291ac793ff8b4188fa8e0dcc3813e8d4237a89 | |
| parent | 4ee95e686e17b520c100a4fe77ec146625f511cc (diff) | |
| download | webtrees-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.phtml | 2 |
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> |
