aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2026-01-02 17:02:57 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2026-01-02 17:02:57 +0100
commit7427d04617b8eb69c8c6ced0b64812752bc9e3e4 (patch)
tree661ab67aeec4a86c278b8a5eb0f9d01e493ddb5f
parenteb9c438cec571c6aa5338bbe1f31f9a102203894 (diff)
downloadbugs-master.tar
bugs-master.tar.gz
bugs-master.tar.bz2
bugs-master.tar.xz
bugs-master.zip
For empty flags, use &nbsp; instead of a whitespace, else Firefox displays it badlyHEADmaster
-rw-r--r--template/en/default/flag/list.html.tmpl2
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="&nbsp;"></option>
[% END %]
[% IF type.is_active && can_edit_flag %]
[% IF (type.is_requestable && user.can_request_flag(type)) || (flag && flag.status == "?") %]