]> git.mxchange.org Git - friendica-addons.git/commitdiff
fbpost: Better handling of the "share" element
authorMichael Vogel <icarus@dabo.de>
Mon, 17 Dec 2012 09:31:12 +0000 (10:31 +0100)
committerMichael Vogel <icarus@dabo.de>
Mon, 17 Dec 2012 09:31:12 +0000 (10:31 +0100)
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);
 }