diff options
Diffstat (limited to 'program/steps/settings')
-rw-r--r-- | program/steps/settings/identities.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/settings/identities.inc b/program/steps/settings/identities.inc index 9d5af7b22..fded6c151 100644 --- a/program/steps/settings/identities.inc +++ b/program/steps/settings/identities.inc @@ -36,7 +36,7 @@ function rcmail_identity_frame($attrib) $OUTPUT->set_env('contentframe', $attrib['name']); - return html::tag('iframe', $attrib); + return html::iframe($attrib); } $OUTPUT->add_handler('identityframe', 'rcmail_identity_frame'); |