mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 10:04:54 +02:00
contrib: lint fetch_contributors.php
This commit is contained in:
parent
5df8bf956a
commit
30553d8665
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ while($next) { /* Collect all contributors */
|
|||
foreach($links as $link) {
|
||||
list($url, $type) = explode(';', $link, 2);
|
||||
|
||||
if(trim($type) === 'rel="next"'){
|
||||
if(trim($type) === 'rel="next"') {
|
||||
$url = trim(preg_replace('/([<>])/', '', $url));
|
||||
$next = true;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue