From 072e4146369ae8ec10af961b7e1b25dc491e8f07 Mon Sep 17 00:00:00 2001 From: fabrixxm Date: Sun, 22 May 2011 23:03:34 +0200 Subject: Fix missing wrapping span on bbcode to html, split embed data fetch and rappresentation in two functions. Prettier video embed. --- addon/oembed/oembed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addon/oembed/oembed.php') diff --git a/addon/oembed/oembed.php b/addon/oembed/oembed.php index 45f533cc5..caf4f5837 100644 --- a/addon/oembed/oembed.php +++ b/addon/oembed/oembed.php @@ -47,7 +47,7 @@ function oembed_init(&$a) { if ($a->argv[1]=='b2h'){ $url = array( "", trim(hex2bin($_GET['url']))); - echo "".oembed_replacecb($url).""; + echo oembed_replacecb($url); } if ($a->argv[1]=='h2b'){ -- cgit v1.2.3