From f17ef7641bd5bec80ab84041d1418659dda287c0 Mon Sep 17 00:00:00 2001 From: Frank Becker Date: Thu, 27 Sep 2012 12:24:52 -0400 Subject: [PATCH] Bug 787697 - config.cgi uri is not unique for versions and target_milestones r=dkl,LpSolit a=LpSolit --- template/en/default/config.rdf.tmpl | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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 %] -- 2.47.2