diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2011-10-26 05:28:17 -0700 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2011-10-26 05:28:17 -0700 |
commit | 6a8b96709e13b04a0657c25b4538c160e2118131 (patch) | |
tree | e33f08ec7912966a52170c55b6180eb6210abbc0 /include/bbcode.php | |
parent | 6d6136cdb5a2149037c3cf315b3fa81a72bd7d55 (diff) | |
parent | 7060debeca0d1c36871611a00c150850042b69c1 (diff) | |
download | volse-hubzilla-6a8b96709e13b04a0657c25b4538c160e2118131.tar.gz volse-hubzilla-6a8b96709e13b04a0657c25b4538c160e2118131.tar.bz2 volse-hubzilla-6a8b96709e13b04a0657c25b4538c160e2118131.zip |
Merge pull request #37 from fabrixxm/master
autocomplete contacts metions
Diffstat (limited to 'include/bbcode.php')
-rw-r--r-- | include/bbcode.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bbcode.php b/include/bbcode.php index a60d09ce8..4d6eafafa 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); } |