Commit 6b3c9565 authored by mkanat%bugzilla.org's avatar mkanat%bugzilla.org

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
parent cce0280b
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment