The EOL constant is removed #1291

Merged
annando merged 2 commits from no-eol into develop 2022-10-18 16:16:07 +02:00
Showing only changes of commit 47d54e82df - Show all commits

View file

@ -248,7 +248,7 @@ function wppost_send(App $a, array &$b)
$wp_backlink = intval(DI::pConfig()->get($b['uid'],'wppost','backlink')); $wp_backlink = intval(DI::pConfig()->get($b['uid'],'wppost','backlink'));
if($wp_backlink && $b['plink']) { 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); $post = XML::escape($post);