]> git.mxchange.org Git - friendica-addons.git/blobdiff - fromgplus/fromgplus.php
Added function "bb_CleanPictureLinks" ro all connectors
[friendica-addons.git] / fromgplus / fromgplus.php
index 1c047663fb661557a9e54eba4fa6210b8ab1fc55..343edae7ca55f71b674873f13421ab4b64b3fbd3 100644 (file)
@@ -271,7 +271,7 @@ function fromgplus_handleattachments($item, $displaytext) {
                                //elseif ($images["full"] != "")
                                //      $post .= "\n[img]".$images["full"]."[/img]\n";
                                if ($images["full"] != "")
-                                       $post .= "\n[img]".$images["full"]."[/img]\n";
+                                       $post .= "\n[img]".$images["full"]."[/img]";
 
                                //$post .= "[quote]".trim(fromgplus_html2bbcode($attachment->content))."[/quote]";
                                $quote = trim(fromgplus_html2bbcode($attachment->content));