summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/settings
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-09-21 07:33:38 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-09-21 07:33:38 +0000
commit02e9db7bf4b6c54928b67c64c7f0f917f796487d (patch)
tree5775354b10bd5473ac07b5dd1590326e174575be /roundcubemail/program/steps/settings
parent15951c5754935be7252f2d2817ba27c1e4c2d4e8 (diff)
- use more 'html' class
git-svn-id: https://svn.roundcube.net/trunk@1870 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps/settings')
-rw-r--r--roundcubemail/program/steps/settings/identities.inc5
1 files changed, 1 insertions, 4 deletions
diff --git a/roundcubemail/program/steps/settings/identities.inc b/roundcubemail/program/steps/settings/identities.inc
index e24a5c4a9..9d5af7b22 100644
--- a/roundcubemail/program/steps/settings/identities.inc
+++ b/roundcubemail/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');