Skip to content

Commit

Permalink
fix bulletpoints for nordbayern (RSS-Bridge#4166)
Browse files Browse the repository at this point in the history
  • Loading branch information
theScrabi authored and NotsoanoNimus committed Aug 8, 2024
1 parent 3451395 commit fcabaf8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bridges/NordbayernBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ private function getUseFullContent($rawContent)
$content .= self::getUseFullContent($element);
} elseif ($element->tag === 'picture') {
$content .= self::getValidImage($element);
} elseif ($element->tag === 'ul') {
$content .= $element;
}
}
return $content;
Expand Down

0 comments on commit fcabaf8

Please sign in to comment.