summaryrefslogtreecommitdiffstats
path: root/template/en/default/list/list.rdf.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/list/list.rdf.tmpl')
-rw-r--r--template/en/default/list/list.rdf.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/list/list.rdf.tmpl b/template/en/default/list/list.rdf.tmpl
index 99c06c1ee..d7879a694 100644
--- a/template/en/default/list/list.rdf.tmpl
+++ b/template/en/default/list/list.rdf.tmpl
@@ -38,7 +38,7 @@
<bz:id nc:parseType="Integer">[% bug.bug_id %]</bz:id>
[% FOREACH column = displaycolumns %]
- <bz:[% column %][% ' nc:parseType="Integer"' IF column == "votes" %]>[% bug.$column FILTER html %]</bz:[% column %]>
+ <bz:[% column %]>[% bug.$column FILTER html %]</bz:[% column %]>
[% END %]
</bz:bug>