We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed43c1a commit ab1c526Copy full SHA for ab1c526
src/Parser/Extension/LinkParser.php
@@ -33,7 +33,6 @@ public function parseBlock(HTML5 $html5, DOMDocument $document, object $block, s
33
$image->setAttribute('src', $block->data->meta->image->url);
34
$imageContainer->appendChild($image);
35
$innerContainer->appendChild($imageContainer);
36
- $innerContainer->setAttribute('class', "{$prefix}-link-container-with-img");
37
}
38
39
if ($hasTitle) {
0 commit comments