]> git.mxchange.org Git - friendica.git/blobdiff - include/bbcode.php
Some small improvements to the OStatus export
[friendica.git] / include / bbcode.php
index 81536d37200fdd5083a38685c306282856f8d0cb..e07b63313a5cb28c607545a14009a9e49e6d770e 100644 (file)
@@ -100,7 +100,7 @@ function bb_attachment($Text, $simplehtml = false, $tryoembed = true) {
                        }
 
                        if ($simplehtml == 7)
-                               $text = sprintf('<a href="%s" title="%s" class="attachment thumbnail" rel="nofollow external">%s</a>',
+                               $text = sprintf('<a href="%s" title="%s" class="attachment thumbnail" rel="nofollow external">%s</a><br />',
                                                $url, $title, $title);
                        elseif (($simplehtml != 4) AND ($simplehtml != 0))
                                $text = sprintf('<a href="%s" target="_blank">%s</a><br>', $url, $title);