diff options
| author | Frédéric Buclin <LpSolit@gmail.com> | 2026-01-02 17:02:57 +0100 |
|---|---|---|
| committer | Frédéric Buclin <LpSolit@gmail.com> | 2026-01-02 17:02:57 +0100 |
| commit | 7427d04617b8eb69c8c6ced0b64812752bc9e3e4 (patch) | |
| tree | 661ab67aeec4a86c278b8a5eb0f9d01e493ddb5f | |
| parent | eb9c438cec571c6aa5338bbe1f31f9a102203894 (diff) | |
| download | bugs-master.tar bugs-master.tar.gz bugs-master.tar.bz2 bugs-master.tar.xz bugs-master.zip | |
| -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 57f68db03..1c473adb2 100644 --- a/template/en/default/flag/list.html.tmpl +++ b/template/en/default/flag/list.html.tmpl @@ -125,7 +125,7 @@ <option value="[% dontchange FILTER html %]">[% dontchange FILTER html %]</option> [% END %] [% IF !flag || (can_edit_flag && user.can_request_flag(type)) || flag.setter_id == user.id %] - <option value="X" label=" "></option> + <option value="X" label=" "></option> [% END %] [% IF type.is_active && can_edit_flag %] [% IF (type.is_requestable && user.can_request_flag(type)) || (flag && flag.status == "?") %] |
