]> git.mxchange.org Git - friendica.git/commitdiff
Ensure that the link will be displayed correctly on Diaspora
authorMichael <heluecht@pirati.ca>
Thu, 3 May 2018 04:43:50 +0000 (04:43 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 3 May 2018 04:43:50 +0000 (04:43 +0000)
src/Content/Text/BBCode.php

index 6c441bac6fb152621a948c8a98da59cee72b4020..c3ac41ce435d2286c3214a7e7b64029001abf5db 100644 (file)
@@ -965,7 +965,7 @@ class BBCode extends BaseObject
                                }
 
                                if (stripos(normalise_link($link), 'http://twitter.com/') === 0) {
-                                       $text .= '<br /><a href="' . $link . '">' . $link . '</a>';
+                                       $text .= '<br /><a href="' . $link . '" title="' . $link . '">' . $link . '</a>';
                                } else {
                                        $text .= $headline . '<blockquote>' . trim($share[3]) . "</blockquote><br />";