From c75c1486b74c8160459a7d6ceb468efaf08845d1 Mon Sep 17 00:00:00 2001 From: vfilippov Date: Fri, 7 May 2010 17:01:25 +0000 Subject: [PATCH] Bug 63855 git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@728 6955db30-a419-402b-8a0d-67ecbb4d7f56 --- buglist.cgi | 1 + template/en/default/global/common-links.html.tmpl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/buglist.cgi b/buglist.cgi index d1e1c9b15..b23048154 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -95,6 +95,7 @@ if ($cgi->request_method() eq 'POST') { # Determine whether this is a quicksearch query. my $searchstring = $cgi->param('quicksearch'); if (defined($searchstring)) { + $vars->{quicksearch} = $searchstring; $buffer = quicksearch($searchstring); # Quicksearch may do a redirect, in which case it does not return. # If it does return, it has modified $cgi->params so we can use them here diff --git a/template/en/default/global/common-links.html.tmpl b/template/en/default/global/common-links.html.tmpl index 7a7016a1a..c447b4886 100644 --- a/template/en/default/global/common-links.html.tmpl +++ b/template/en/default/global/common-links.html.tmpl @@ -34,7 +34,7 @@ onsubmit="if (this.quicksearch.value == '') { alert('Please enter one or more search terms first.'); return false; } return true;"> - + [%-# Work around FF bug: keep this on one line %]