diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-12-09 11:40:25 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-12-09 11:40:25 +0100 |
commit | ae4717cb6c9b9fe1f64f8d228087892c48621860 (patch) | |
tree | 52a9979bb22c6472c061ae3e0e48bf775883e66d /program/include/rcmail.php | |
parent | 27f0c2723bf8a5efb5a588c2603fbb0a65f0453d (diff) | |
parent | 37ef824256d4ef565225c777277b61f91b029e9f (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'program/include/rcmail.php')
-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, ' '); } |