diff options
author | Frank Becker <Frank@Frank-Becker.de> | 2010-11-14 20:11:39 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2010-11-14 20:11:39 +0100 |
commit | 3a27fb2faf10cdf4fb570ab265cee2247a9d3715 (patch) | |
tree | 5de538de99f4228bc88e374395cb5825436a7564 | |
parent | aeb993bcca46740053111af4c710afd24dee2be2 (diff) | |
download | bugs-3a27fb2faf10cdf4fb570ab265cee2247a9d3715.tar bugs-3a27fb2faf10cdf4fb570ab265cee2247a9d3715.tar.gz bugs-3a27fb2faf10cdf4fb570ab265cee2247a9d3715.tar.bz2 bugs-3a27fb2faf10cdf4fb570ab265cee2247a9d3715.tar.xz bugs-3a27fb2faf10cdf4fb570ab265cee2247a9d3715.zip |
Bug 610217: config.cgi?ctype=rdf should include product.allows_unconfirmed
r/a=mkanat
-rw-r--r-- | template/en/default/config.rdf.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/config.rdf.tmpl b/template/en/default/config.rdf.tmpl index 3162bfd2c..15f784ce8 100644 --- a/template/en/default/config.rdf.tmpl +++ b/template/en/default/config.rdf.tmpl @@ -124,6 +124,7 @@ <li> <bz:product rdf:about="[% escaped_urlbase %]product.cgi?name=[% product.name FILTER uri %]"> <bz:name>[% product.name FILTER html %]</bz:name> + <bz:allows_unconfirmed>[% product.allows_unconfirmed FILTER html %]</bz:allows_unconfirmed> <bz:components> <Seq> |