diff --git a/webtools/bugzilla/template/en/default/list/list.atom.tmpl b/webtools/bugzilla/template/en/default/list/list.atom.tmpl index 367f2858f13..837c70b9a62 100644 --- a/webtools/bugzilla/template/en/default/list/list.atom.tmpl +++ b/webtools/bugzilla/template/en/default/list/list.atom.tmpl @@ -62,23 +62,23 @@ FieldValue - [% columns.opendate.title FILTER none %] - [% bug.opendate FILTER none %] + [% columns.opendate.title FILTER html %] + [% bug.opendate FILTER html %] - [% columns.assigned_to_realname.title FILTER none %] - [% bug.assigned_to_realname FILTER none %] + [% columns.assigned_to_realname.title FILTER html %] + [% bug.assigned_to_realname FILTER html %] - [% columns.priority.title FILTER none %] - [% bug.priority FILTER none %] + [% columns.priority.title FILTER html %] + [% bug.priority FILTER html %] - [% columns.bug_severity.title FILTER none %] - [% bug.bug_severity FILTER none %] + [% columns.bug_severity.title FILTER html %] + [% bug.bug_severity FILTER html %] - [% columns.bug_status.title FILTER none %] - [% bug.bug_status FILTER none %] + [% columns.bug_status.title FILTER html %] + [% bug.bug_status FILTER html %] - [% columns.changeddate.title FILTER none %] - [% bug.changeddate FILTER none -%] + [% columns.changeddate.title FILTER html %] + [% bug.changeddate FILTER html -%] [% END %]