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:20 +0100 |
| commit | 014def9ee59265bdc054564367c3483cc2373745 (patch) | |
| tree | 526d15e843a29f8e98ae38da54ffa13cc4161da5 /templates | |
| parent | 89dc19c79668615156e22d493710084da48fb947 (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') ?>"> |
