No linefeeds

This commit is contained in:
Michael 2017-08-27 07:12:27 +00:00
parent d8acb62ba6
commit 12ae59dba3
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ function feed_import($xml,$importer,&$contact, &$hub, $simulate = false) {
} }
if (!strstr($item["body"], '[url') && ($item['plink'] != '')) { if (!strstr($item["body"], '[url') && ($item['plink'] != '')) {
$item["body"] .= "\n[hr]\n[url]".$item['plink']."[/url]"; $item["body"] .= "[hr][url]".$item['plink']."[/url]";
} }
} }