]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 156563: Adds URI of installation to RDF output of buglist.cgi.
authormyk%mozilla.org <>
Wed, 10 Jul 2002 23:46:30 +0000 (23:46 +0000)
committermyk%mozilla.org <>
Wed, 10 Jul 2002 23:46:30 +0000 (23:46 +0000)
2xr=bbaetz

template/en/default/list/list-rdf.rdf.tmpl

index c7cd10d63eeda71e9babb204cc3c789810b5a8d6..c16b265efabc0e66e72f66277414cb9a6a457af6 100644 (file)
@@ -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 %]