From 63e7d4ae05d9eeff9a7d8a2613d8b70012d036fa Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 23 Aug 2007 20:34:38 +0000 Subject: Bug 386942: [SECURITY] User Agent text should be HTML escaped - Patch by Frédéric Buclin r=justdave a=LpSolit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/bug/create/create-guided.html.tmpl | 2 +- template/en/default/filterexceptions.pl | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'template') diff --git a/template/en/default/bug/create/create-guided.html.tmpl b/template/en/default/bug/create/create-guided.html.tmpl index d60167de0..6953c84ef 100644 --- a/template/en/default/bug/create/create-guided.html.tmpl +++ b/template/en/default/bug/create/create-guided.html.tmpl @@ -283,7 +283,7 @@ function PutDescription() { Build Identifier - +

This should identify the exact version of the product you were using. If the above field is blank or you know it is incorrect, copy the diff --git a/template/en/default/filterexceptions.pl b/template/en/default/filterexceptions.pl index 73d42224a..93305c1c8 100644 --- a/template/en/default/filterexceptions.pl +++ b/template/en/default/filterexceptions.pl @@ -385,7 +385,6 @@ 'bug/create/create-guided.html.tmpl' => [ 'matches.0', 'tablecolour', - 'buildid', 'sel', 'productstring', ], -- cgit v1.2.3-24-g4f1b