summaryrefslogtreecommitdiff
path: root/program/steps/settings/identities.inc
diff options
context:
space:
mode:
Diffstat (limited to 'program/steps/settings/identities.inc')
-rw-r--r--program/steps/settings/identities.inc5
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');