mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-16 21:44:01 +02:00
style: Fix coding styles
This commit is contained in:
@@ -27,7 +27,7 @@ class ScoopItBridge extends BridgeAbstract {
|
||||
$item['title'] = preg_replace(
|
||||
'~[[:cntrl:]]~',
|
||||
'',
|
||||
$element->find('div.tCustomization_post_title',0)->plaintext
|
||||
$element->find('div.tCustomization_post_title', 0)->plaintext
|
||||
);
|
||||
|
||||
$item['content'] = preg_replace(
|
||||
|
Reference in New Issue
Block a user