]> git.mxchange.org Git - friendica.git/commitdiff
Reshares had been detected falsely so that were rejected by Diaspora
authorMichael <heluecht@pirati.ca>
Thu, 3 May 2018 13:03:41 +0000 (13:03 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 14 May 2018 20:50:00 +0000 (22:50 +0200)
src/Content/Text/BBCode.php

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