From: lpsolit%gmail.com <> Date: Thu, 23 Aug 2007 20:35:52 +0000 (+0000) Subject: Bug 386942: [SECURITY] User Agent text should be HTML escaped - Patch by Frédéric... X-Git-Tag: bugzilla-3.0.1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0df89d8a8e15927e178d29d7b35082ccaf9e00e9;p=thirdparty%2Fbugzilla.git Bug 386942: [SECURITY] User Agent text should be HTML escaped - Patch by Frédéric Buclin r=justdave a=LpSolit --- diff --git a/template/en/default/bug/create/create-guided.html.tmpl b/template/en/default/bug/create/create-guided.html.tmpl index 3bc459d700..741f486a20 100644 --- a/template/en/default/bug/create/create-guided.html.tmpl +++ b/template/en/default/bug/create/create-guided.html.tmpl @@ -284,7 +284,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 3a25da7ae8..1ea527c396 100644 --- a/template/en/default/filterexceptions.pl +++ b/template/en/default/filterexceptions.pl @@ -394,7 +394,6 @@ 'bug/create/create-guided.html.tmpl' => [ 'matches.0', 'tablecolour', - 'buildid', 'sel', 'productstring', ],