summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-11-30 09:06:17 +0100
committerAndrew Dolgov <[email protected]>2007-11-30 09:06:17 +0100
commit3dc8ee84100f4d994ddd2ec69fccda75e5dee72c (patch)
treefe65bbb0e2fc26693460107358802aad477bedec /tt-rss.php
parent3b1390d5ea4a21c21388de3845d05a88d55c953f (diff)
use input type=search for search UI
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 33b56ce9b..163686d70 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -161,7 +161,7 @@ window.onload = init;
<?php if (get_pref($link, 'ENABLE_SEARCH_TOOLBAR')) { ?>
<?php echo __('Search:') ?>
- <input name="query"
+ <input name="query" type="search"
onKeyPress="return filterCR(event, viewCurrentFeed)"
onblur="javascript:enableHotkeys();" onfocus="javascript:disableHotkeys();">