Changeset 6d20d01 in github for program/steps/mail/func.inc


Ignore:
Timestamp:
Sep 20, 2008 1:36:06 PM (5 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
a094539
Parents:
c17dc6a
Message:

#1485384: fix quota span tag attribs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/steps/mail/func.inc

    r6925adb r6d20d01  
    457457  $OUTPUT->add_gui_object('quotadisplay', $attrib['id']); 
    458458 
    459   // allow the following attributes to be added to the <span> tag 
    460   $attrib_str = create_attrib_string($attrib, array('style', 'class', 'id', 'display')); 
    461  
    462   $out = '<span' . $attrib_str . '>'; 
    463   $out .= rcmail_quota_content(NULL, $attrib); 
    464   $out .= '</span>'; 
    465   return $out; 
     459  return html::span($attrib, rcmail_quota_content(NULL, $attrib)); 
    466460  } 
    467461 
Note: See TracChangeset for help on using the changeset viewer.