diff options
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/flag/list.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/flag/list.html.tmpl b/template/en/default/flag/list.html.tmpl index 7993a2a89..55184c47b 100644 --- a/template/en/default/flag/list.html.tmpl +++ b/template/en/default/flag/list.html.tmpl @@ -140,7 +140,7 @@ [% END %] [% IF type.is_active && can_edit_flag %] [% IF (!flag && type.is_requestable && user.can_request_flag(type)) - || (flag && user.can_unset_flag(type, flag.status) && flag.status == "?") %] + || (flag && (user.can_unset_flag(type, flag.status) || flag.status == "?")) %] <option value="?" [% "selected" IF flag && flag.status == "?" %]>?</option> [% END %] [% IF user.can_set_flag(type) || (flag && flag.status == "+") %] |