summaryrefslogtreecommitdiff
path: root/program/steps/settings/identities.inc
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2008-09-21 10:18:28 +0000
committerthomascube <thomas@roundcube.net>2008-09-21 10:18:28 +0000
commit95fcc33472a34f4892f223d39452668467cb3129 (patch)
treebef4251a125b46813b5e91f9725164c0b107b379 /program/steps/settings/identities.inc
parente2c610ebfa9155888ff60f4fb3d77bffbc1f2293 (diff)
Separate method to create iframe tags (with a list of allowed attributes)
Diffstat (limited to 'program/steps/settings/identities.inc')
-rw-r--r--program/steps/settings/identities.inc2
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');