From: myk%mozilla.org <>
Date: Sat, 22 Nov 2003 07:15:40 +0000 (+0000)
Subject: Fix for bug 226469: labels the votes column in the RDF buglist output as containing...
X-Git-Tag: bugzilla-2.17.7~116
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=295f2e43cb47303c1e9eb60d33076281f4530f61;p=thirdparty%2Fbugzilla.git
Fix for bug 226469: labels the votes column in the RDF buglist output as containing Integer values so they sort correctly in RDF-slurping clients.
---
diff --git a/template/en/default/list/list.rdf.tmpl b/template/en/default/list/list.rdf.tmpl
index 5d77feee76..39a2350f1e 100644
--- a/template/en/default/list/list.rdf.tmpl
+++ b/template/en/default/list/list.rdf.tmpl
@@ -38,7 +38,7 @@
[% bug.bug_id %]
[% FOREACH column = displaycolumns %]
- [% bug.$column FILTER html %]
+ [% bug.$column FILTER html %]
[% END %]