From afce790e56ba7cd4c5c049e7c3a9aac20846981e Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Tue, 25 Oct 2011 14:59:31 +0200 Subject: oembed: wrap in iframe only html from remote service --- include/bbcode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/bbcode.php') diff --git a/include/bbcode.php b/include/bbcode.php index e20b2478d..d7b64c0cf 100644 --- a/include/bbcode.php +++ b/include/bbcode.php @@ -19,7 +19,7 @@ function tryoembed($match){ if ($o->type=="error") return $match[0]; $html = oembed_format_object($o); - return oembed_iframe($html,$o->width,$o->height); + return $html; //oembed_iframe($html,$o->width,$o->height); } -- cgit v1.2.3