mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-13 12:04:09 +02:00
fix: various small fixes (#3517)
* fix(asrocknews): Trying to get property src of non-object Trying to get property 'src' of non-object at bridges/ASRockNewsBridge.php line 37 * refactor(http): tweak max redirs config * fix(tiktok) * fix(gizmodo) * fix(craig) * fix(nationalg) * fix(roadandtrack) * fix(etsy)
This commit is contained in:
@@ -319,7 +319,7 @@ EOD;
|
||||
$content .= $module['note'];
|
||||
break;
|
||||
case 'listicle':
|
||||
$content .= '<h2>' . $module['title'] . '</h2>';
|
||||
$content .= '<h2>' . ($module['title'] ?? '(no title)') . '</h2>';
|
||||
if (isset($module['image'])) {
|
||||
$content .= $this->handleImages($module['image'], $module['image']['cmsType']);
|
||||
}
|
||||
|
Reference in New Issue
Block a user