diff options
Diffstat (limited to 'template/en/default/global/common-links.html.tmpl')
-rw-r--r-- | template/en/default/global/common-links.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/common-links.html.tmpl b/template/en/default/global/common-links.html.tmpl index b0bb36315..769d41e7e 100644 --- a/template/en/default/global/common-links.html.tmpl +++ b/template/en/default/global/common-links.html.tmpl @@ -35,7 +35,7 @@ { alert('Please enter one or more search terms first.'); return false; } return true;"> <input class="txt" type="text" id="quicksearch[% qs_suffix FILTER html %]" name="quicksearch" - value="[% quicksearch FILTER html %]"> + title="Quick Search" value="[% quicksearch FILTER html %]"> <input class="btn" type="submit" value="Search" id="find[% qs_suffix FILTER html %]"> [%-# Work around FF bug: keep this on one line %]</form> |