(doc) Change search placeholder text.

Update placeholder text to make keyboard shortcuts more apparent.
This commit is contained in:
Zach Pomerantz 2014-06-18 11:25:04 -07:00 committed by Alex Crichton
parent 7cfdfa6ef6
commit ba863c8167

View File

@ -63,7 +63,7 @@ r##"<!DOCTYPE html>
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Search documentation..."
placeholder="Click or press 's' to search, '?' for more options..."
type="search">
</div>
</form>