diff options
author | friendica <info@friendica.com> | 2013-11-11 12:13:04 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-11 12:13:04 -0800 |
commit | edc1a94f7b26db27319407a431052d9f6eb90b4e (patch) | |
tree | a0ceea3df326c7fb63163e56f3b52e63f961963c /include/oembed.php | |
parent | b5bc04799c9f2fec82bbd0e9823a384118ea14c1 (diff) | |
parent | c06dd4b589885f2577210543345c15da9ed23c4e (diff) | |
download | volse-hubzilla-edc1a94f7b26db27319407a431052d9f6eb90b4e.tar.gz volse-hubzilla-edc1a94f7b26db27319407a431052d9f6eb90b4e.tar.bz2 volse-hubzilla-edc1a94f7b26db27319407a431052d9f6eb90b4e.zip |
Merge pull request #196 from git-marijus/master
change spacing to fit other widgets
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 { |