From 28de3911825bde79ee5a92762940ef310baab737 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Tue, 6 Nov 2012 13:21:04 +0100 Subject: Recursively resolve paths of iframe contents; unify contentframe registration and reduce code-duplication --- plugins/help/help.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/help') diff --git a/plugins/help/help.php b/plugins/help/help.php index 1a76cbbda..4b11dceb3 100644 --- a/plugins/help/help.php +++ b/plugins/help/help.php @@ -90,8 +90,7 @@ class help extends rcube_plugin $attrib['name'] = $attrib['id']; - return html::tag('iframe', $attrib, '', array( - 'id', 'class', 'style', 'src', 'width', 'height', 'frameborder')); + return $rcmail->output->frame($attrib); } } -- cgit v1.2.3