From b0ddda44bee03e94f04368dd68e8c0784de4a945 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sun, 15 Oct 2006 03:48:47 +0000 Subject: =?UTF-8?q?Bug=20330555:=20[SECURITY]=20H1,=20H2=20and=20H3=20are?= =?UTF-8?q?=20not=20filtered=20in=20global/header.html.tmpl=20-=20Patch=20?= =?UTF-8?q?by=20Fr=C3=A9d=C3=A9ric=20Buclin=20=20r=3Dju?= =?UTF-8?q?stdave=20a=3Djustdave?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/bug/show.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default/bug/show.html.tmpl') diff --git a/template/en/default/bug/show.html.tmpl b/template/en/default/bug/show.html.tmpl index eb7457a7c..07b71c8fa 100644 --- a/template/en/default/bug/show.html.tmpl +++ b/template/en/default/bug/show.html.tmpl @@ -31,7 +31,7 @@ [% filtered_desc = bug.short_desc FILTER html %] [% filtered_timestamp = bug.delta_ts FILTER time %] [% PROCESS global/header.html.tmpl - title = "$terms.Bug $bug.bug_id - $bug.short_desc" + title = "$terms.Bug $bug.bug_id - $filtered_desc" h1 = "$terms.Bug $bug.bug_id" h2 = filtered_desc h3 = "Last modified: $filtered_timestamp" -- cgit v1.2.1