From: Frank Becker Date: Thu, 27 Sep 2012 16:22:00 +0000 (-0400) Subject: Bug 787697 - config.cgi uri is not unique for versions and target_milestones X-Git-Tag: bugzilla-4.5.1~381 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfa185b33b4f9ba434e087f16d949543527c3498;p=thirdparty%2Fbugzilla.git Bug 787697 - config.cgi uri is not unique for versions and target_milestones r=dkl,LpSolit a=LpSolit --- diff --git a/template/en/default/config.rdf.tmpl b/template/en/default/config.rdf.tmpl index d52e90eae0..b14d0d0567 100644 --- a/template/en/default/config.rdf.tmpl +++ b/template/en/default/config.rdf.tmpl @@ -149,7 +149,8 @@ [% FOREACH version = product.versions %] -
  • +
  • [% END %] @@ -158,7 +159,8 @@ [% FOREACH milestone = product.milestones %] -
  • +
  • [% END %] @@ -205,7 +207,8 @@ [% FOREACH product = products %] [% FOREACH version = product.versions %]
  • - + [% version.name FILTER html %] [% version.is_active FILTER html %] @@ -221,7 +224,8 @@ [% FOREACH product = products %] [% FOREACH milestone = product.milestones %]
  • - + [% milestone.name FILTER html %] [% milestone.is_active FILTER html %]