From: Frank Becker Date: Thu, 27 Sep 2012 16:24:52 +0000 (-0400) Subject: Bug 787697 - config.cgi uri is not unique for versions and target_milestones X-Git-Tag: bugzilla-4.4rc1~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f17ef7641bd5bec80ab84041d1418659dda287c0;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 %]