diff options
-rw-r--r-- | template/en/default/bug/show.xml.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/show.xml.tmpl b/template/en/default/bug/show.xml.tmpl index 12c813d87..858ee1b2c 100644 --- a/template/en/default/bug/show.xml.tmpl +++ b/template/en/default/bug/show.xml.tmpl @@ -57,7 +57,7 @@ [% IF displayfields.group %] [% FOREACH g = bug.groups %] [% NEXT UNLESS g.ison %] - <group>[% g.name FILTER xml %]</group> + <group id="[% g.bit FILTER xml %]">[% g.name FILTER xml %]</group> [% END %] [% END %] |