From 95fcc33472a34f4892f223d39452668467cb3129 Mon Sep 17 00:00:00 2001 From: thomascube Date: Sun, 21 Sep 2008 10:18:28 +0000 Subject: Separate method to create iframe tags (with a list of allowed attributes) --- program/steps/settings/identities.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/steps/settings') 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'); -- cgit v1.2.3