summaryrefslogtreecommitdiffstats
path: root/template/en
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2009-10-26 12:28:48 +0100
committerlpsolit%gmail.com <>2009-10-26 12:28:48 +0100
commitbd06859267aae5ec7bdcd1ae65fe145ef63adc54 (patch)
tree44778a8de27641d6aa6ffea90dee576b2aba44cc /template/en
parent155bc6f800ebb5da30ff892105411da1163ae703 (diff)
downloadbugzilla-bd06859267aae5ec7bdcd1ae65fe145ef63adc54.tar.gz
bugzilla-bd06859267aae5ec7bdcd1ae65fe145ef63adc54.tar.xz
Bug 493242: UTF-8 characters in custom field names are mangled in show_activity.cgi - Patch by Vitaly Fedrushkov <vitaly.fedrushkov@gmail.com> r/a=LpSolit
Diffstat (limited to 'template/en')
-rw-r--r--template/en/default/bug/activity/table.html.tmpl3
-rw-r--r--template/en/default/filterexceptions.pl1
2 files changed, 1 insertions, 3 deletions
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 @@
<a href="attachment.cgi?id=[% change.attachid %]">
Attachment #[% change.attachid %]</a>
[% END %]
- [%+ change.field %]
+ [%+ field_descs.${change.fieldname} FILTER html %]
</td>
<td>
[% 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' => [