summaryrefslogtreecommitdiff
path: root/program/steps/mail/func.inc
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2008-04-07 19:48:32 +0000
committeralecpl <alec@alec.pl>2008-04-07 19:48:32 +0000
commit97f57daeb18113b6b66606bd3154437540ee820e (patch)
treef4d1352477f008b08f437b9ad1db48963224b69f /program/steps/mail/func.inc
parentd41d67add6d2bc226544148730928ca31a2c4313 (diff)
#1484898
Diffstat (limited to 'program/steps/mail/func.inc')
-rw-r--r--program/steps/mail/func.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc
index 79e0248c3..500148bf0 100644
--- a/program/steps/mail/func.inc
+++ b/program/steps/mail/func.inc
@@ -411,7 +411,7 @@ function rcmail_quota_display($attrib)
$OUTPUT->add_gui_object('quotadisplay', $attrib['id']);
// allow the following attributes to be added to the <span> tag
- $attrib_str = create_attrib_string($attrib, array('style', 'class', 'id'));
+ $attrib_str = create_attrib_string($attrib, array('style', 'class', 'id', 'display'));
$out = '<span' . $attrib_str . '>';
$out .= rcmail_quota_content($attrib['display']);