From 0dcc871241d7e7103bbc6306ebef72bc00eb5f7c Mon Sep 17 00:00:00 2001 From: "justdave%bugzilla.org" <> Date: Wed, 3 Jan 2007 01:06:32 +0000 Subject: Bug 365469: restore create-guided's ability to auto-insert the User-Agent in the build ID field. r=gerv, a=justdave --- template/en/default/bug/create/create-guided.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default/bug/create/create-guided.html.tmpl') diff --git a/template/en/default/bug/create/create-guided.html.tmpl b/template/en/default/bug/create/create-guided.html.tmpl index 1d0683157..7ca37ea3a 100644 --- a/template/en/default/bug/create/create-guided.html.tmpl +++ b/template/en/default/bug/create/create-guided.html.tmpl @@ -269,7 +269,7 @@ function PutDescription() { - [% IF product.match("Firefox|Camino|Mozilla Application Suite") %] + [% IF product.name.match("Firefox|Camino|Mozilla Application Suite") %] [% matches = cgi.user_agent('Gecko/(\d+)') %] [% buildid = cgi.user_agent() IF matches %] [% END %] -- cgit v1.2.3-24-g4f1b