]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.php
update_daemon2: print idle notice once per 10 seconds
[tt-rss.git] / tt-rss.php
index 33b56ce9b488da1c77d255f4c805fd1f5be9d4be..163686d702e3bc5f25c1815f5d8fae48c8882f08 100644 (file)
@@ -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();">