summaryrefslogtreecommitdiffstats
path: root/template/en/default/config.rdf.tmpl
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2008-12-06 20:48:23 +0100
committermkanat%bugzilla.org <>2008-12-06 20:48:23 +0100
commit6b3c956505ae68b51e55af9bdba3c4e17c2a4c87 (patch)
tree570506f710a6eaaea17076d01ee56573f9c91245 /template/en/default/config.rdf.tmpl
parentcce0280bc6d98dbe6ba73e59b092e469f3435dd0 (diff)
downloadbugzilla-6b3c956505ae68b51e55af9bdba3c4e17c2a4c87.tar.gz
bugzilla-6b3c956505ae68b51e55af9bdba3c4e17c2a4c87.tar.xz
Bug 467279: Make "flags.cgi" into "flag.cgi" in config.rdf.tmpl (so that both URLs are equal)
Patch By Frank Becker <Frank@Frank-Becker.de> r=wicked, a=mkanat
Diffstat (limited to 'template/en/default/config.rdf.tmpl')
-rw-r--r--template/en/default/config.rdf.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/config.rdf.tmpl b/template/en/default/config.rdf.tmpl
index 9d385966a..84465ddd5 100644
--- a/template/en/default/config.rdf.tmpl
+++ b/template/en/default/config.rdf.tmpl
@@ -169,7 +169,7 @@
[% FOREACH flag_type = flag_types %]
[% NEXT UNLESS flag_type.is_active %]
[% all_visible_flag_types.${flag_type.id} = flag_type %]
- <li resource="[% urlbase FILTER xml %]flags.cgi?id=[% flag_type.id FILTER url_quote
+ <li resource="[% urlbase FILTER xml %]flag.cgi?id=[% flag_type.id FILTER url_quote
%]&amp;name=[% flag_type.name FILTER url_quote %]" />
[% END %]
</Seq>