diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-12-09 08:55:25 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-12-09 08:55:25 +0100 |
commit | edca654ef0e3f2003de587c13f2402a9518972dd (patch) | |
tree | 4bb8c6b7e7be4579150e4d92db2ba60d55f642b8 /program | |
parent | fd0c123e44391aa01a85c5aeebbd0cea418f0808 (diff) |
Fix quota image broken in e71ceb0c98b33409af5978f0f33c6c95148bd86b (#1489467)
Diffstat (limited to 'program')
-rw-r--r-- | program/include/rcmail.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/rcmail.php b/program/include/rcmail.php index 8abe87303..35ade8a41 100644 --- a/program/include/rcmail.php +++ b/program/include/rcmail.php @@ -1630,7 +1630,7 @@ class rcmail extends rcube $rcmail->output->add_script('rcmail.set_quota('.rcube_output::json_serialize($quota).');', 'docready'); - return html::span($attrib, ''); + return html::span($attrib, ' '); } |