From 295f2e43cb47303c1e9eb60d33076281f4530f61 Mon Sep 17 00:00:00 2001 From: "myk%mozilla.org" <> Date: Sat, 22 Nov 2003 07:15:40 +0000 Subject: [PATCH] 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. --- template/en/default/list/list.rdf.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %] -- 2.47.2