We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8db696 commit a21b7bbCopy full SHA for a21b7bb
template/en/default/search/search-google.html.tmpl
@@ -32,7 +32,7 @@
32
<p>
33
34
<form method="get" action="https://www.google.com/search" data-no-csrf>
35
-<input type="hidden" name="sitesearch" value="bugzilla.mozilla.org">
+<input type="hidden" name="sitesearch" value="[% urlbase.match('^([^:]*://)?(.*?)/?$').1 %]">
36
<nobr>
37
<input type="text" name="q" size="60" maxlength="255" value="">
38
<input type="submit" value="Search">
0 commit comments