Skip to content

Commit

Permalink
placeholder="Search" for search box
Browse files Browse the repository at this point in the history
  • Loading branch information
aG0aep6G committed Jan 21, 2015
1 parent 5a7fbee commit 18afaed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc.ddoc
Expand Up @@ -43,7 +43,7 @@ $(SCRIPT document.body.className += ' have-javascript';)
$(DIVID top,
$(DIVID search-box,
<form method="get" action="http://google.com/search">
<img src="http://dlang.org/images/search-left.gif" width="11" height="22" /><input id="q" name="q" /><input type="image" id="search-submit" name="submit" src="http://dlang.org/images/search-button.gif" />
<img src="http://dlang.org/images/search-left.gif" width="11" height="22" /><input id="q" name="q" placeholder="Search" /><input type="image" id="search-submit" name="submit" src="http://dlang.org/images/search-button.gif" />
<input type="hidden" id="domains" name="domains" value="dlang.org" />
<input type="hidden" id="sourceid" name="sourceid" value="google-search" />
$(DIVID search-dropdown,
Expand Down
2 changes: 1 addition & 1 deletion std.ddoc
Expand Up @@ -24,7 +24,7 @@ $(SCRIPT document.body.className += ' have-javascript';)
$(DIVID top,
$(divid search-box,
<form method="get" action="http://google.com/search">
<img src="/images/search-left.gif" width="11" height="22" alt=""><input id="q" name="q"><input type="image" id="search-submit" name="submit" src="/images/search-button.gif">
<img src="/images/search-left.gif" width="11" height="22" alt=""><input id="q" name="q" placeholder="Search"><input type="image" id="search-submit" name="submit" src="/images/search-button.gif">
<input type="hidden" id="domains" name="domains" value="dlang.org">
<input type="hidden" id="sourceid" name="sourceid" value="google-search">
$(DIVID "search-dropdown,
Expand Down
2 changes: 1 addition & 1 deletion std_consolidated_header.dd
Expand Up @@ -15,7 +15,7 @@ Ddoc
$(DIVID top,
<div id="search-box">
<form method="get" action="http://google.com/search">
<img src="/images/search-left.gif" width="11" height="22" alt=""><input id="q" name="q"><input type="image" id="search-submit" name="submit" src="/images/search-button.gif">
<img src="/images/search-left.gif" width="11" height="22" alt=""><input id="q" name="q" placeholder="Search"><input type="image" id="search-submit" name="submit" src="/images/search-button.gif">
<input type="hidden" id="domains" name="domains" value="dlang.org">
<input type="hidden" id="sourceid" name="sourceid" value="google-search">
<div id="search-dropdown">
Expand Down

0 comments on commit 18afaed

Please sign in to comment.