Commit: b41cd833ad96703cc1be209149ff9fcf19f0e4f9 Author: Hannes Magnusson <[email protected]> Fri, 22 Nov 2013 11:35:24 -0800 Parents: a8614b2b3e97df72a2899583e8929d3e9b593881 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=b41cd833ad96703cc1be209149ff9fcf19f0e4f9 Log: Add the accesskey back Changed paths: M include/header.inc Diff: diff --git a/include/header.inc b/include/header.inc index d5ff4c6..699b8a7 100755 --- a/include/header.inc +++ b/include/header.inc @@ -94,7 +94,7 @@ if (isset($shortname) && $shortname) { </ul> <form class="navbar-search span3" id="topsearch" action="/search.php"> <input type="hidden" name="show" value="quickref"> - <input type="search" name="pattern" class="search-query" placeholder="Search"> + <input type="search" name="pattern" class="search-query" placeholder="Search" accesskey="s"> </form> </div> </div> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
