summaryrefslogtreecommitdiff
path: root/program/include/rcmail.php
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-12-09 11:40:25 +0100
committerAleksander Machniak <alec@alec.pl>2013-12-09 11:40:25 +0100
commitae4717cb6c9b9fe1f64f8d228087892c48621860 (patch)
tree52a9979bb22c6472c061ae3e0e48bf775883e66d /program/include/rcmail.php
parent27f0c2723bf8a5efb5a588c2603fbb0a65f0453d (diff)
parent37ef824256d4ef565225c777277b61f91b029e9f (diff)
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'program/include/rcmail.php')
-rw-r--r--program/include/rcmail.php2
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, '&nbsp;');
}