From b0ddda44bee03e94f04368dd68e8c0784de4a945 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sun, 15 Oct 2006 03:48:47 +0000 Subject: Bug 330555: [SECURITY] H1, H2 and H3 are not filtered in global/header.html.tmpl - Patch by Frédéric Buclin r=justdave a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/bug/create/create.html.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'template/en/default/bug/create') diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index 812abb075..62f8004f2 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -26,8 +26,10 @@ [% PROCESS "global/field-descs.none.tmpl" %] +[% title = BLOCK %]Enter [% terms.Bug %]: [% product.name FILTER html %][% END %] + [% PROCESS global/header.html.tmpl - title = "Enter $terms.Bug: $product.name" + title = title style_urls = [ 'skins/standard/create_attachment.css' ] javascript_urls = [ "js/attachment.js" ] %] -- cgit v1.2.3-24-g4f1b