From 3389d6218044ad7ae0bbf8e646d94b349d4d38ff Mon Sep 17 00:00:00 2001 From: "myk%mozilla.org" <> Date: Wed, 10 Jul 2002 07:45:52 +0000 Subject: Fix for bug 156564: flag bug IDs as integers in the RDF output of buglist.cgi. 2xr=bbaetz --- template/en/default/list/list-rdf.rdf.tmpl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'template') diff --git a/template/en/default/list/list-rdf.rdf.tmpl b/template/en/default/list/list-rdf.rdf.tmpl index c8beb50e3..c7cd10d63 100644 --- a/template/en/default/list/list-rdf.rdf.tmpl +++ b/template/en/default/list/list-rdf.rdf.tmpl @@ -22,7 +22,8 @@ + xmlns:bz="http://www.bugzilla.org/rdf#" + xmlns:nc="http://home.netscape.com/NC-rdf#"> @@ -33,7 +34,7 @@ - [% bug.id %] + [% bug.id %] [% FOREACH column = displaycolumns %] [% bug.$column FILTER html %] -- cgit v1.2.3-24-g4f1b