diff options
author | alecpl <alec@alec.pl> | 2008-09-21 07:33:38 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-09-21 07:33:38 +0000 |
commit | e2c610ebfa9155888ff60f4fb3d77bffbc1f2293 (patch) | |
tree | 20c162848a02e9d49f786e0a58cec8d17969d2df /program/steps/settings/identities.inc | |
parent | f5d3769a807fb6728b8e035fc01b7311664df617 (diff) |
- use more 'html' class
Diffstat (limited to 'program/steps/settings/identities.inc')
-rw-r--r-- | program/steps/settings/identities.inc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/program/steps/settings/identities.inc b/program/steps/settings/identities.inc index e24a5c4a9..9d5af7b22 100644 --- a/program/steps/settings/identities.inc +++ b/program/steps/settings/identities.inc @@ -36,10 +36,7 @@ function rcmail_identity_frame($attrib) $OUTPUT->set_env('contentframe', $attrib['name']); - $attrib_str = create_attrib_string($attrib, array('name', 'id', 'class', 'style', 'src', 'width', 'height', 'frameborder')); - $out = '<iframe'. $attrib_str . '></iframe>'; - - return $out; + return html::tag('iframe', $attrib); } $OUTPUT->add_handler('identityframe', 'rcmail_identity_frame'); |