diff options
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/config.rdf.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/config.rdf.tmpl b/template/en/default/config.rdf.tmpl index 9d385966a..84465ddd5 100644 --- a/template/en/default/config.rdf.tmpl +++ b/template/en/default/config.rdf.tmpl @@ -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 %]&name=[% flag_type.name FILTER url_quote %]" /> [% END %] </Seq> |