summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authormyk%mozilla.org <>2002-07-11 01:46:30 +0200
committermyk%mozilla.org <>2002-07-11 01:46:30 +0200
commit700f76391cfb32ce6e05c403a2323a47045bd020 (patch)
treeb096bc5a773012f636efcfbfeaa713916a4e05a4 /template
parentb612625658d6c141c901464b555d14ba4fd2ecae (diff)
downloadbugzilla-700f76391cfb32ce6e05c403a2323a47045bd020.tar.gz
bugzilla-700f76391cfb32ce6e05c403a2323a47045bd020.tar.xz
Fix for bug 156563: Adds URI of installation to RDF output of buglist.cgi.
2xr=bbaetz
Diffstat (limited to 'template')
-rw-r--r--template/en/default/list/list-rdf.rdf.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/list/list-rdf.rdf.tmpl b/template/en/default/list/list-rdf.rdf.tmpl
index c7cd10d63..c16b265ef 100644
--- a/template/en/default/list/list-rdf.rdf.tmpl
+++ b/template/en/default/list/list-rdf.rdf.tmpl
@@ -26,7 +26,7 @@
xmlns:nc="http://home.netscape.com/NC-rdf#">
<bz:result about="[% Param('urlbase') %]buglist.cgi?[% urlquerypart FILTER html %]">
-
+ <bz:installation resource="[% Param('urlbase') %]" />
<bz:bugs>
<Seq>
[% FOREACH bug = bugs %]