From: mkanat%bugzilla.org <> Date: Wed, 26 Nov 2008 01:03:48 +0000 (+0000) Subject: Bug 465219: Include ID in the flag section of /show_bug.cgi?id=...&ctype=xml X-Git-Tag: bugzilla-3.2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=982ec9e8c57ea65721fd21a750254f5e484533f7;p=thirdparty%2Fbugzilla.git Bug 465219: Include ID in the flag section of /show_bug.cgi?id=...&ctype=xml Patch By Frank Becker r=mkanat, a=mkanat --- diff --git a/template/en/default/bug/show.xml.tmpl b/template/en/default/bug/show.xml.tmpl index 16f281ea55..23874d989b 100644 --- a/template/en/default/bug/show.xml.tmpl +++ b/template/en/default/bug/show.xml.tmpl @@ -56,6 +56,7 @@ [% FOREACH type = bug.flag_types %] [% FOREACH flag = type.flags %] + [% flag_type.id FILTER html %] [% flag_type.name FILTER html %] [% flag_type.description FILTER html %] [% flag_type.target_type FILTER html %]