]> git.mxchange.org Git - friendica-addons.git/commitdiff
Update wppost/wppost.php
authorMichael Vogel <icarus@dabo.de>
Tue, 18 Oct 2022 12:58:11 +0000 (14:58 +0200)
committerGitHub <noreply@github.com>
Tue, 18 Oct 2022 12:58:11 +0000 (14:58 +0200)
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
wppost/wppost.php

index ab172016cda99913c3b6f6ca3f34f9549bf4e003..5c11003868271524ec1d271f6d4b8a152d867c36 100644 (file)
@@ -248,7 +248,7 @@ function wppost_send(App $a, array &$b)
 
                $wp_backlink = intval(DI::pConfig()->get($b['uid'],'wppost','backlink'));
                if($wp_backlink && $b['plink']) {
-                       $post .= '<p><a href="' . $b['plink'] . '">' . $wp_backlink_text . '</a><p/>';
+                       $post .= '<p><a href="' . $b['plink'] . '">' . $wp_backlink_text . '</a></p>';
                }
 
                $post = XML::escape($post);