mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 18:14:44 +02:00
style: Fix coding styles
This commit is contained in:
parent
d8f5aa3c79
commit
ff83410534
26 changed files with 109 additions and 114 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue