Update wppost/wppost.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
pull/1291/head
Michael Vogel 2022-10-18 14:58:11 +02:00 committed by GitHub
parent b3195504f1
commit 47d54e82df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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);