]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 226469: labels the votes column in the RDF buglist output as containing...
authormyk%mozilla.org <>
Sat, 22 Nov 2003 07:15:40 +0000 (07:15 +0000)
committermyk%mozilla.org <>
Sat, 22 Nov 2003 07:15:40 +0000 (07:15 +0000)
template/en/default/list/list.rdf.tmpl

index 5d77feee76eb633324b2b715f44454b3817faaaf..39a2350f1ecf2f692140431cfe9e367a2425a788 100644 (file)
@@ -38,7 +38,7 @@
           <bz:id nc:parseType="Integer">[% bug.bug_id %]</bz:id>
         
         [% FOREACH column = displaycolumns %]
-          <bz:[% column %]>[% bug.$column FILTER html %]</bz:[% column %]>
+          <bz:[% column %][% ' nc:parseType="Integer"' IF column == "votes" %]>[% bug.$column FILTER html %]</bz:[% column %]>
         [% END %]
         
         </bz:bug>