From: Michael Vogel Date: Tue, 18 Oct 2022 12:58:11 +0000 (+0200) Subject: Update wppost/wppost.php X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=47d54e82df9919858f4c9c732369c57dad2157e7;p=friendica-addons.git Update wppost/wppost.php Co-authored-by: Hypolite Petovan --- diff --git a/wppost/wppost.php b/wppost/wppost.php index ab172016..5c110038 100644 --- a/wppost/wppost.php +++ b/wppost/wppost.php @@ -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 .= '

' . $wp_backlink_text . '

'; + $post .= '

' . $wp_backlink_text . '

'; } $post = XML::escape($post);