Merge pull request #4217 from tobiasd/20180112-exitnano

stray X causing PHP errors
2022.09-rc
Michael Vogel 2018-01-12 08:20:51 +01:00 zatwierdzone przez GitHub
commit 04ffdd9ec0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -417,7 +417,7 @@ class Feed {
}
$item["body"] .= "\n".$item['tag'];
}
x // Add the link to the original feed entry if not present in feed
// Add the link to the original feed entry if not present in feed
if (!strstr($item["body"], $item['plink']) && ($item['plink'] != '')) {
$item["body"] .= "[hr][url]".$item['plink']."[/url]";
}