aboutsummaryrefslogtreecommitdiffstats
path: root/include/oembed.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-02-01 21:23:47 -0800
committerredmatrix <git@macgirvin.com>2016-02-01 21:23:47 -0800
commit38f385f67d0f998f0958cfe3ea7d14772b977162 (patch)
tree6fb03fe25e8ee65229541ed1d1b93150c03efa39 /include/oembed.php
parent5f5342c0d39e53a1e6d795ed0b0e6e445d83c755 (diff)
downloadvolse-hubzilla-38f385f67d0f998f0958cfe3ea7d14772b977162.tar.gz
volse-hubzilla-38f385f67d0f998f0958cfe3ea7d14772b977162.tar.bz2
volse-hubzilla-38f385f67d0f998f0958cfe3ea7d14772b977162.zip
slight formatting improvements
Diffstat (limited to 'include/oembed.php')
-rwxr-xr-xinclude/oembed.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oembed.php b/include/oembed.php
index 544803dce..6382d0368 100755
--- a/include/oembed.php
+++ b/include/oembed.php
@@ -210,7 +210,7 @@ function oembed_format_object($j){
if (isset($j->provider_name)) $ret.=" on ".$j->provider_name;
} else {
// add <a> for html2bbcode conversion
- $ret .= "<a href='$embedurl' rel='oembed'/>";
+ $ret .= "<br /><a href='$embedurl' rel='oembed'/>";
}
$ret.="<br style='clear:left'></span>";
return mb_convert_encoding($ret, 'HTML-ENTITIES', mb_detect_encoding($ret));