]> git.mxchange.org Git - friendica-addons.git/blobdiff - fbpost/fbpost.php
fbpost: Better handling of the "share" element
[friendica-addons.git] / fbpost / fbpost.php
index dd8de039de7fea3b8eda276d9c093092ec223e02..4aeca96d903611517b72ad8daef51809782e218b 100644 (file)
@@ -368,7 +368,8 @@ function fbpost_ShareAttributes($match) {
 
         $headline .= "</div>";
 
-        $text = "<br />".$headline."</strong><blockquote>".$match[2]."</blockquote>";
+       //$text = "<br />".$headline."</strong><blockquote>".$match[2]."</blockquote>";
+       $text = "\n\t".$match[2].":\t";
 
         return($text);
 }