diff options
Diffstat (limited to 'app/views/shared/info_search.php')
| -rw-r--r-- | app/views/shared/info_search.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/info_search.php b/app/views/shared/info_search.php index 3cdf95b..008d549 100644 --- a/app/views/shared/info_search.php +++ b/app/views/shared/info_search.php @@ -6,6 +6,6 @@ </script> <?= $search ?> <? if ($reset) : ?> - <a href="<?= $reset ?>"><?= Icon::create('refresh', 'clickable', ['title' => _('Suche zurücksetzen')])->asSvg(); ?></a> + <a href="<?= $reset ?>"><?= Icon::create('refresh', 'clickable', ['title' => _('Suche zurücksetzen')])->asImg(); ?></a> <? endif; ?> </form> |
