1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-29 12:20:51 +02:00

search form input field: properly handle enter

This commit is contained in:
Andrew Dolgov 2010-01-18 16:14:56 +03:00
parent eb6c7f4240
commit 69d582f0ef

View File

@ -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')." ";