The EOL constant is removed

This commit is contained in:
Michael 2022-10-18 12:28:46 +00:00
parent 285079c12b
commit b3195504f1
3 changed files with 7 additions and 8 deletions

View file

@ -248,8 +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 .= EOL . EOL . '<a href="' . $b['plink'] . '">'
. $wp_backlink_text . '</a>' . EOL . EOL;
$post .= '<p><a href="' . $b['plink'] . '">' . $wp_backlink_text . '</a><p/>';
}
$post = XML::escape($post);