mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-03-14 20:21:14 +03:00
[PikabuBridge] Remove whitespace from fake news marker
This commit is contained in:
parent
4a1e26fd07
commit
0ee549f468
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ class PikabuBridge extends BridgeAbstract {
|
|||
// adding special marker for "Maybe News" section
|
||||
// these posts are fake
|
||||
if (!is_null($community_link) && $community_link->getAttribute('href') == '/community/maybenews') {
|
||||
$title = '[' . $community_link->innertext . '] ' . $title;
|
||||
$title = '[' . trim($community_link->plaintext) . '] ' . $title;
|
||||
}
|
||||
|
||||
$item = array();
|
||||
|
|
Loading…
Add table
Reference in a new issue