diff options
author | friendica <info@friendica.com> | 2013-11-11 14:11:52 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-11 14:11:52 -0800 |
commit | 6ab8a6a17dcf96949ce9cd066990eb6d713b64e2 (patch) | |
tree | f6ed7ad60c67998d3835b2e075be66cf3baae28e /include | |
parent | e095e15f476cb9a94c9953137875572cad345ce8 (diff) | |
parent | edc1a94f7b26db27319407a431052d9f6eb90b4e (diff) | |
download | volse-hubzilla-6ab8a6a17dcf96949ce9cd066990eb6d713b64e2.tar.gz volse-hubzilla-6ab8a6a17dcf96949ce9cd066990eb6d713b64e2.tar.bz2 volse-hubzilla-6ab8a6a17dcf96949ce9cd066990eb6d713b64e2.zip |
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'include')
-rwxr-xr-x | include/oembed.php | 1 |
1 files changed, 1 insertions, 0 deletions
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 .= "<a href='$embedurl' rel='oembed'>$embedlink</a>"; + $ret .= "<br>"; if (isset($j->author_name)) $ret.=" by ".$j->author_name; if (isset($j->provider_name)) $ret.=" on ".$j->provider_name; } else { |