diff --git a/webtools/bugzilla/template/en/default/flag/list.html.tmpl b/webtools/bugzilla/template/en/default/flag/list.html.tmpl index 9f89faacba46..d3c9832187d2 100644 --- a/webtools/bugzilla/template/en/default/flag/list.html.tmpl +++ b/webtools/bugzilla/template/en/default/flag/list.html.tmpl @@ -184,7 +184,7 @@ [%# Step 2: Display flag type again (if type is multiplicable). %] [% FOREACH type = flag_types %] - [% NEXT UNLESS type.is_multiplicable && type.is_active %] + [% NEXT UNLESS type.flags && type.flags.size > 0 && type.is_multiplicable && type.is_active %] [% IF !separator_displayed %]
[% separator_displayed = 1 %]