Skip to content

Commit

Permalink
fix bulletpoints for nordbayern
Browse files Browse the repository at this point in the history
  • Loading branch information
theScrabi committed Jul 28, 2024
1 parent da8cfdf commit 26ddc6a
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 26ddc6a

Please sign in to comment.