diff options
author | Andrew Manning <andrew@reticu.li> | 2016-12-04 08:08:22 -0500 |
---|---|---|
committer | Andrew Manning <andrew@reticu.li> | 2016-12-04 08:08:22 -0500 |
commit | 3b3da24823defd89f4ed256b7c45df8b71cb0627 (patch) | |
tree | 6aebea23b86aa608c93337c5994f399b20d17586 /include/oembed.php | |
parent | 1f91c2fe1203f6f34a639700e8d9731f51ba1429 (diff) | |
parent | b98fbcce0ce8ba68781cd006e2b12a2ff3303b43 (diff) | |
download | volse-hubzilla-3b3da24823defd89f4ed256b7c45df8b71cb0627.tar.gz volse-hubzilla-3b3da24823defd89f4ed256b7c45df8b71cb0627.tar.bz2 volse-hubzilla-3b3da24823defd89f4ed256b7c45df8b71cb0627.zip |
Merge remote-tracking branch 'upstream/dev' into doco
Diffstat (limited to 'include/oembed.php')
-rwxr-xr-x | include/oembed.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oembed.php b/include/oembed.php index 52fb04058..eb7b76437 100755 --- a/include/oembed.php +++ b/include/oembed.php @@ -338,7 +338,7 @@ function oembed_iframe($src,$width,$height) { // Make sure any children are sandboxed within their own iframe. - return '<iframe ' . $scroll . 'height="' . $height . '" width="' . $width . '" src="' . $s . '" frameborder="no" >' + return '<iframe ' . $scroll . 'height="' . $height . '" width="' . $width . '" src="' . $s . '" allowfullscreen frameborder="no" >' . t('Embedded content') . '</iframe>'; } |