Skip to content

Commit 5da7529

Browse files
committed
fix unit tests
1 parent ad42dd7 commit 5da7529

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

modules/core/output_modules.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1978,10 +1978,7 @@ protected function output() {
19781978
}
19791979
$config_link = '<a title="'.$this->trans('Configure').'" href="?page=settings#'.$path.'_setting"><i class="bi bi-gear-wide refresh_list"></i></a>';
19801980
$refresh_link = '<a class="refresh_link" title="'.$this->trans('Refresh').'" href="#"><i class="bi bi-arrow-clockwise refresh_list"></i></a>';
1981-
$search_field = '<form method="GET">
1982-
<input type="hidden" name="page" value="message_list" />
1983-
<input type="hidden" name="list_path" value="'.$this->html_safe($this->get('list_path')).'"/>
1984-
<input required type="search" placeholder="'.$this->trans('Search').'" id="search_terms" class="form-control imap_keyword" name="keyword" value="'.$this->html_safe($terms).'"/></form>';
1981+
$search_field = '<form method="GET"><input type="hidden" name="page" value="message_list" /><input type="hidden" name="list_path" value="'.$this->html_safe($this->get('list_path')).'"/><input required type="search" placeholder="'.$this->trans('Search').'" id="search_terms" class="form-control imap_keyword" name="keyword" value="'.$this->html_safe($terms).'"/></form>';
19851982

19861983
}
19871984
else {

0 commit comments

Comments
 (0)