From: myk%mozilla.org <> Date: Wed, 10 Jul 2002 07:45:52 +0000 (+0000) Subject: Fix for bug 156564: flag bug IDs as integers in the RDF output of buglist.cgi. X-Git-Tag: bugzilla-2.17.1~268 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3389d6218044ad7ae0bbf8e646d94b349d4d38ff;p=thirdparty%2Fbugzilla.git Fix for bug 156564: flag bug IDs as integers in the RDF output of buglist.cgi. 2xr=bbaetz --- diff --git a/template/en/default/list/list-rdf.rdf.tmpl b/template/en/default/list/list-rdf.rdf.tmpl index c8beb50e32..c7cd10d63e 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 %]