From fd4a57b993720741d4c048ddde37e9cb42859edd Mon Sep 17 00:00:00 2001 From: thomasb Date: Sun, 21 Sep 2008 10:18:28 +0000 Subject: 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 --- roundcubemail/program/steps/addressbook/func.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/steps/addressbook') diff --git a/roundcubemail/program/steps/addressbook/func.inc b/roundcubemail/program/steps/addressbook/func.inc index 2172f9783..41995026d 100644 --- a/roundcubemail/program/steps/addressbook/func.inc +++ b/roundcubemail/program/steps/addressbook/func.inc @@ -156,7 +156,7 @@ function rcmail_contact_frame($attrib) $OUTPUT->set_env('contentframe', $attrib['name']); $OUTPUT->set_env('blankpage', $attrib['src'] ? $OUTPUT->abs_url($attrib['src']) : 'program/blank.gif'); - return html::tag('iframe', $attrib); + return html::iframe($attrib); } -- cgit v1.2.3