diff --git a/webtools/bugzilla/CGI.pl b/webtools/bugzilla/CGI.pl index 42b0c4af6da0..9beaaa3aa124 100644 --- a/webtools/bugzilla/CGI.pl +++ b/webtools/bugzilla/CGI.pl @@ -240,7 +240,10 @@ sub ValidateBugID { # Make sure the bug number is a positive integer. # Whitespace can be ignored because the SQL server will ignore it. $id =~ /^\s*([1-9][0-9]*)\s*$/ - || DisplayError("The bug number is invalid.") + || DisplayError("The bug number is invalid. If you are trying to use " . + "QuickSearch, you need to enable JavaScript in your " . + "browser. To help us fix this limitation, look " . + "here.") && exit; # Get the values of the usergroupset and userid global variables