Skip to content

Commit

Permalink
fix: link-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
YellowPhoenix18 committed Aug 16, 2021
1 parent ed43c1a commit ab1c526
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Parser/Extension/LinkParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ public function parseBlock(HTML5 $html5, DOMDocument $document, object $block, s
$image->setAttribute('src', $block->data->meta->image->url);
$imageContainer->appendChild($image);
$innerContainer->appendChild($imageContainer);
$innerContainer->setAttribute('class', "{$prefix}-link-container-with-img");
}

if ($hasTitle) {
Expand Down

0 comments on commit ab1c526

Please sign in to comment.