mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-23 03:51:29 +00:00
search form input field: properly handle enter
This commit is contained in:
@@ -378,7 +378,8 @@
|
||||
|
||||
print "<div class=\"dlgSecCont\">";
|
||||
|
||||
print "<input name=\"query\" size=\"20\" type=\"search\" value=''>";
|
||||
print "<input onkeypress=\"return filterCR(event, search)\"
|
||||
name=\"query\" size=\"20\" type=\"search\" value=''>";
|
||||
|
||||
print " " . __('match on')." ";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user