Skip to content

Commit 1b96a0d

Browse files
committed
use tooltip to tell how to focus #query
1 parent 64f2330 commit 1b96a0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div id="search" class="ui-widget">
77
<div class="green">
88
<input placeholder="Loading..." id="query"
9-
accesskey="f" title="Enter Perl 6 document to search for">
9+
accesskey="f" title="Enter term to search for (hit Esc to focus)">
1010
</div>
1111
<p id="not-found-message">
1212
Not in Index (<a href="" id="try-web-search">try web search</a>)
@@ -16,4 +16,4 @@
1616
MENU
1717
</div>
1818
</div>
19-
<div id="content" class="pretty-box yellow">
19+
<div id="content" class="pretty-box yellow">

0 commit comments

Comments
 (0)