From bd06859267aae5ec7bdcd1ae65fe145ef63adc54 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 26 Oct 2009 11:28:48 +0000 Subject: Bug 493242: UTF-8 characters in custom field names are mangled in show_activity.cgi - Patch by Vitaly Fedrushkov r/a=LpSolit --- template/en/default/bug/activity/table.html.tmpl | 3 +-- template/en/default/filterexceptions.pl | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'template/en') diff --git a/template/en/default/bug/activity/table.html.tmpl b/template/en/default/bug/activity/table.html.tmpl index 55f7f6e45..a467fe5f2 100644 --- a/template/en/default/bug/activity/table.html.tmpl +++ b/template/en/default/bug/activity/table.html.tmpl @@ -33,7 +33,6 @@ # it was affected by an old Bugzilla bug.) #%] -[% PROCESS global/variables.none.tmpl %] [% PROCESS "global/field-descs.none.tmpl" %] [% PROCESS bug/time.html.tmpl %] @@ -73,7 +72,7 @@ Attachment #[% change.attachid %] [% END %] - [%+ change.field %] + [%+ field_descs.${change.fieldname} FILTER html %] [% IF change.removed.defined %] diff --git a/template/en/default/filterexceptions.pl b/template/en/default/filterexceptions.pl index 9e04b8ef0..198521649 100644 --- a/template/en/default/filterexceptions.pl +++ b/template/en/default/filterexceptions.pl @@ -364,7 +364,6 @@ 'bug/activity/table.html.tmpl' => [ 'change.attachid', - 'change.field', ], 'attachment/create.html.tmpl' => [ -- cgit v1.2.3-24-g4f1b