mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-31 22:00:23 +02:00
[PikabuBridge] Remove whitespace from fake news marker
This commit is contained in:
@@ -131,7 +131,7 @@ class PikabuBridge extends BridgeAbstract {
|
|||||||
// adding special marker for "Maybe News" section
|
// adding special marker for "Maybe News" section
|
||||||
// these posts are fake
|
// these posts are fake
|
||||||
if (!is_null($community_link) && $community_link->getAttribute('href') == '/community/maybenews') {
|
if (!is_null($community_link) && $community_link->getAttribute('href') == '/community/maybenews') {
|
||||||
$title = '[' . $community_link->innertext . '] ' . $title;
|
$title = '[' . trim($community_link->plaintext) . '] ' . $title;
|
||||||
}
|
}
|
||||||
|
|
||||||
$item = array();
|
$item = array();
|
||||||
|
Reference in New Issue
Block a user