From c06dd4b589885f2577210543345c15da9ed23c4e Mon Sep 17 00:00:00 2001 From: marijus Date: Mon, 11 Nov 2013 18:44:23 +0100 Subject: looks more structured this way --- include/oembed.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/oembed.php') diff --git a/include/oembed.php b/include/oembed.php index 04a40f6ee..5da842170 100755 --- a/include/oembed.php +++ b/include/oembed.php @@ -123,6 +123,7 @@ function oembed_format_object($j){ if ( $j->type!='rich' || !strpos($j->html,$embedurl) ){ $embedlink = (isset($j->title))?$j->title:$embedurl; $ret .= "$embedlink"; + $ret .= "
"; if (isset($j->author_name)) $ret.=" by ".$j->author_name; if (isset($j->provider_name)) $ret.=" on ".$j->provider_name; } else { -- cgit v1.2.3