summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/en/default/list/list-rdf.rdf.tmpl5
1 files changed, 3 insertions, 2 deletions
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 @@
<?xml version="1.0"?>
<!-- [% template_version %] -->
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:bz="http://www.bugzilla.org/rdf#">
+ xmlns:bz="http://www.bugzilla.org/rdf#"
+ xmlns:nc="http://home.netscape.com/NC-rdf#">
<bz:result about="[% Param('urlbase') %]buglist.cgi?[% urlquerypart FILTER html %]">
@@ -33,7 +34,7 @@
<bz:bug about="[% Param('urlbase') %]show_bug.cgi?id=[% bug.id %]">
- <bz:id>[% bug.id %]</bz:id>
+ <bz:id nc:parseType="Integer">[% bug.id %]</bz:id>
[% FOREACH column = displaycolumns %]
<bz:[% column %]>[% bug.$column FILTER html %]</bz:[% column %]>