From 0ee2db7a68b011af85c6b3ba924ff459e438a16a Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Thu, 24 Jul 2014 09:02:09 +0200 Subject: Support allowfullscreen attribute on iframe elements --- program/lib/Roundcube/html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/lib/Roundcube/html.php b/program/lib/Roundcube/html.php index 3aae7cfe7..bcf89d7df 100644 --- a/program/lib/Roundcube/html.php +++ b/program/lib/Roundcube/html.php @@ -218,7 +218,7 @@ class html $attr = array('src' => $attr); } return self::tag('iframe', $attr, $cont, array_merge(self::$common_attrib, - array('src','name','width','height','border','frameborder','onload'))); + array('src','name','width','height','border','frameborder','onload','allowfullscreen'))); } /** -- cgit v1.2.3