diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-09-21 10:18:28 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-09-21 10:18:28 +0000 |
| commit | fd4a57b993720741d4c048ddde37e9cb42859edd (patch) | |
| tree | 1e629f425a22e16253d30d5af127ae6fd66a5cbf /roundcubemail/program/steps/settings/identities.inc | |
| parent | 02e9db7bf4b6c54928b67c64c7f0f917f796487d (diff) | |
Separate method to create iframe tags (with a list of allowed attributes)
git-svn-id: https://svn.roundcube.net/trunk@1871 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps/settings/identities.inc')
| -rw-r--r-- | roundcubemail/program/steps/settings/identities.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/settings/identities.inc b/roundcubemail/program/steps/settings/identities.inc index 9d5af7b22..fded6c151 100644 --- a/roundcubemail/program/steps/settings/identities.inc +++ b/roundcubemail/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'); |
