From edca654ef0e3f2003de587c13f2402a9518972dd Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Mon, 9 Dec 2013 08:55:25 +0100 Subject: Fix quota image broken in e71ceb0c98b33409af5978f0f33c6c95148bd86b (#1489467) --- program/include/rcmail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/include/rcmail.php') 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, ' '); } -- cgit v1.2.3