X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Foembed.php;h=dbb96a67ca7e5aa9f14e9bfa7299ff77bf650e37;hb=4b8f3a4194b8fbec19e8a085fcd16e9369fbfcd2;hp=6fc4c5371709bcc96355a2c4e81f2e73ccf2d73d;hpb=10b0ce58612a02527231594b8d288af162163c6d;p=friendica.git diff --git a/include/oembed.php b/include/oembed.php index 6fc4c53717..dbb96a67ca 100755 --- a/include/oembed.php +++ b/include/oembed.php @@ -116,7 +116,7 @@ function oembed_format_object($j){ if (isset($j->provider_name)) $ret.=" on ".$j->provider_name; } else { // add for html2bbcode conversion - $ret .= ""; + $ret .= ""; } $ret.="
"; return mb_convert_encoding($ret, 'HTML-ENTITIES', mb_detect_encoding($ret));