mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-29 02:50:31 +02:00
style: Fix coding styles
This commit is contained in:
@@ -20,7 +20,7 @@ class CpasbienBridge extends BridgeAbstract {
|
||||
$html = getSimpleHTMLDOM(self::URI . '/recherche/' . urlencode($request) . '.html')
|
||||
or returnServerError('No results for this query.');
|
||||
|
||||
foreach($html->find('#gauche',0)->find('div') as $episode){
|
||||
foreach($html->find('#gauche', 0)->find('div') as $episode){
|
||||
if($episode->getAttribute('class') == 'ligne0'
|
||||
|| $episode->getAttribute('class') == 'ligne1'){
|
||||
|
||||
|
Reference in New Issue
Block a user