mirror of
https://github.com/moodle/moodle.git
synced 2025-03-18 22:50:19 +01:00
message MDL-24972 removed the repeated restatement of your search terms in the search results
This commit is contained in:
parent
a402c30923
commit
f20b0afabb
@ -897,7 +897,7 @@ function message_print_search_results($frm, $showicontext=false, $user1=null) {
|
||||
echo '</table>';
|
||||
|
||||
} else {
|
||||
echo '<p class="heading">'.get_string('keywordssearchresults', 'message', 0).' ("'.s($messagesearchstring).'")</p>';
|
||||
echo '<p class="heading">'.get_string('keywordssearchresults', 'message', 0).'</p>';
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user