From ddb5db354ac1b55ce99c9d0e977a2a63099f4c21 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Fri, 23 Jul 2010 00:46:02 +0200 Subject: Bug 398701: Replace |FILTER url_quote| by |FILTER uri| r/a=mkanat --- template/en/default/config.rdf.tmpl | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'template/en/default/config.rdf.tmpl') diff --git a/template/en/default/config.rdf.tmpl b/template/en/default/config.rdf.tmpl index ec80f7601..0e74bfc44 100644 --- a/template/en/default/config.rdf.tmpl +++ b/template/en/default/config.rdf.tmpl @@ -118,14 +118,14 @@ [% FOREACH product = products %]
  • - + [% product.name FILTER html %] [% FOREACH component = product.components %] -
  • +
  • [% END %] @@ -133,7 +133,7 @@ [% FOREACH version = product.versions %] -
  • +
  • [% END %] @@ -142,7 +142,7 @@ [% FOREACH milestone = product.milestones %] -
  • +
  • [% END %] @@ -160,8 +160,8 @@ [% FOREACH product = products %] [% FOREACH component = product.components %]
  • - + [% component.name FILTER html %] [% IF show_flags %] @@ -170,8 +170,8 @@ [% FOREACH flag_type = flag_types %] [% NEXT UNLESS flag_type.is_active %] [% all_visible_flag_types.${flag_type.id} = flag_type %] -
  • +
  • [% END %] @@ -188,7 +188,7 @@ [% FOREACH product = products %] [% FOREACH version = product.versions %]
  • - + [% version.name FILTER html %]
  • @@ -203,7 +203,7 @@ [% FOREACH product = products %] [% FOREACH milestone = product.milestones %]
  • - + [% milestone.name FILTER html %]
  • @@ -218,8 +218,8 @@ [% FOREACH flag_type = all_visible_flag_types.values.sort('name') %]
  • - + [% flag_type.id FILTER html %] [% flag_type.name FILTER html %] [% flag_type.description FILTER html %] @@ -243,7 +243,7 @@ [% PROCESS "global/field-descs.none.tmpl" %] [% FOREACH item = field %]
  • - + [% item.name FILTER html %] [% (field_descs.${item.name} OR item.description) FILTER html %] [%-# These values are meaningful for custom fields only. %] -- cgit v1.2.3-24-g4f1b