Skip to content

Commit

Permalink
fix bulletpoints for nordbayern (#4166)
Browse files Browse the repository at this point in the history
  • Loading branch information
theScrabi authored Jul 28, 2024
1 parent f773878 commit 8dd56bc
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 8dd56bc

Please sign in to comment.