Skip to content

Commit 9483c76

Browse files
WebFreak001Geod24
authored andcommitted
Make clear the search is using google
So people don't get surprised when they are suddenly on a different webpage when searching for something.
1 parent 46e922e commit 9483c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dlang.org.ddoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ SEARCH_BOX=
414414
<form method="get" action="https://google.com/search">
415415
<input type="hidden" id="domains" name="domains" value="dlang.org">
416416
<input type="hidden" id="sourceid" name="sourceid" value="google-search">
417-
$(SPANID search-query, <input id="q" name="q" placeholder="Search">)$(SPANID search-dropdown, $(SPANC helper,
417+
$(SPANID search-query, <input id="q" name="q" placeholder="Google Search">)$(SPANID search-dropdown, $(SPANC helper,
418418
<select id="sitesearch" name="sitesearch" size="1">
419419
<option value="dlang.org">Entire Site</option>
420420
<option $(SEARCHDEFAULT_SPEC) value="dlang.org/spec">Language</option>

0 commit comments

Comments
 (0)