1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-01-17 06:08:27 +01:00

fix bulletpoints for nordbayern (#4166)

This commit is contained in:
Christian Schabesberger 2024-07-28 22:42:18 +02:00 committed by GitHub
parent f773878459
commit 8dd56bca05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -92,6 +92,8 @@ class NordbayernBridge extends BridgeAbstract
$content .= self::getUseFullContent($element);
} elseif ($element->tag === 'picture') {
$content .= self::getValidImage($element);
} elseif ($element->tag === 'ul') {
$content .= $element;
}
}
return $content;