diff options
author | marijus <mario@localhost.localdomain> | 2013-11-11 18:44:23 +0100 |
---|---|---|
committer | marijus <mario@localhost.localdomain> | 2013-11-11 18:44:23 +0100 |
commit | c06dd4b589885f2577210543345c15da9ed23c4e (patch) | |
tree | a0ceea3df326c7fb63163e56f3b52e63f961963c /include/oembed.php | |
parent | f8a34c737d312ca3102ccacb737b59ff712b4612 (diff) | |
download | volse-hubzilla-c06dd4b589885f2577210543345c15da9ed23c4e.tar.gz volse-hubzilla-c06dd4b589885f2577210543345c15da9ed23c4e.tar.bz2 volse-hubzilla-c06dd4b589885f2577210543345c15da9ed23c4e.zip |
looks more structured this way
Diffstat (limited to 'include/oembed.php')
-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 { |