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