diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-04-07 19:48:32 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-04-07 19:48:32 +0000 |
| commit | f42692583d8f3bbee9eafc3f6687876548d67da7 (patch) | |
| tree | af712b0775af9c8b9d3d7a0ca1878b044fdd8761 | |
| parent | 22c3545f067b95c0489e3201610b75fceb7037af (diff) | |
#1484898
git-svn-id: https://svn.roundcube.net/trunk@1269 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/program/steps/mail/func.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/mail/func.inc b/roundcubemail/program/steps/mail/func.inc index 79e0248c3..500148bf0 100644 --- a/roundcubemail/program/steps/mail/func.inc +++ b/roundcubemail/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']); |
