diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2026-03-15 11:06:54 +0100 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2026-03-15 11:07:03 +0100 |
| commit | 59f04b1e31bcfa663e262feef85fdf967c58a9ac (patch) | |
| tree | 75afb2209029c858a8166998668a823f92eb2ab1 /templates | |
| parent | 576f980a5ad6fa10313369d7c3719136171a1a9e (diff) | |
remove call to removed parameter, re #6333
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/sidebar/search-widget.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sidebar/search-widget.php b/templates/sidebar/search-widget.php index d150055..6a380bc 100644 --- a/templates/sidebar/search-widget.php +++ b/templates/sidebar/search-widget.php @@ -51,7 +51,7 @@ 'title' => _('Suche zurücksetzen'), 'class' => 'reset-search', 'onclick' => "document.getElementById('needle-".$hash."').value = ''; this.remove();" . ($onclear ?? ''), - ], without_label: true) ?> + ]) ?> <? else : ?> <a class="reset-search" href="<?= $reset_link ?>" tabindex="0" role="button" title="<?= _('Suche zurücksetzen') ?>"> |
