aboutsummaryrefslogtreecommitdiff
path: root/templates/sidebar
diff options
context:
space:
mode:
authorThomas Hackl <hackl@data-quest.de>2022-10-27 14:46:34 +0200
committerThomas Hackl <hackl@data-quest.de>2022-10-27 14:46:34 +0200
commit23ce1684c83828d12e3434d729eb81263fd3bcea (patch)
tree73ea536e75eb9ffd9ab37cc35847ed4e5d0428f5 /templates/sidebar
parent11ad63c0dd7c3e290ab3db4b3b1bbfe593a77790 (diff)
undo changes, prepare for MR, re #1719
Diffstat (limited to 'templates/sidebar')
-rw-r--r--templates/sidebar/search-widget.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sidebar/search-widget.php b/templates/sidebar/search-widget.php
index 13d6bed..df4a1dd 100644
--- a/templates/sidebar/search-widget.php
+++ b/templates/sidebar/search-widget.php
@@ -19,7 +19,7 @@
<?= arrayToHtmlAttributes($needle['attributes']) ?>>
<? endif; ?>
<? if ($reset_link): ?>
- <a class="reset-search" href="<?= $reset_link ?>" tabindex="0" role="button"
+ <a class="reset-search" href="<?= $reset_link ?>" tabindex="0"
title="<?= _('Suche zurücksetzen') ?>">
<?= Icon::create('decline')->asImg(20) ?>
</a>