From 47d54e82df9919858f4c9c732369c57dad2157e7 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Tue, 18 Oct 2022 14:58:11 +0200 Subject: [PATCH] Update wppost/wppost.php Co-authored-by: Hypolite Petovan --- wppost/wppost.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);