summaryrefslogtreecommitdiff
path: root/program/lib/Roundcube/html.php
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-04-17 20:38:26 +0200
committerAleksander Machniak <alec@alec.pl>2013-04-17 20:38:26 +0200
commitfe626833af5bcb251ae7d78afa863b896cb70547 (patch)
treecf8945063e3cdc31fce3456844178c2861b49272 /program/lib/Roundcube/html.php
parent282dff4f18672c22f171768a983a740d1a8e0096 (diff)
Allow onload attribute on iframe element
Diffstat (limited to 'program/lib/Roundcube/html.php')
-rw-r--r--program/lib/Roundcube/html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/lib/Roundcube/html.php b/program/lib/Roundcube/html.php
index 7b30e60cb..dbc9ca51f 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')));
+ array('src','name','width','height','border','frameborder','onload')));
}
/**