mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-25 01:16:07 +02:00
style: Fix coding styles
This commit is contained in:
@@ -73,7 +73,7 @@ class LWNprevBridge extends BridgeAbstract{
|
||||
break;
|
||||
case 'GAByline':
|
||||
$text = $h2NextSibling->textContent;
|
||||
$item['author'] = substr($text,strpos($text, 'by '));
|
||||
$item['author'] = substr($text, strpos($text, 'by '));
|
||||
break;
|
||||
default:
|
||||
$item['author'] = 'LWN';
|
||||
|
Reference in New Issue
Block a user