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 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'template/en/default/bug') 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 %] -- cgit v1.2.3-24-g4f1b