Skip to content
Snippets Groups Projects
Commit e26375e8 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2427409 by ParisLiakos: Feed image doesnt display

parent ec408a19
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -94,7 +94,7 @@ public function buildComponents(array &$build, array $entities, array $displays,
if ($image && $label && $link_href) {
$link_title = array(
'#theme' => 'image',
'#path' => $image,
'#uri' => $image,
'#alt' => $label,
);
$image_link = array(
......
......@@ -40,6 +40,7 @@ function testRSS091Sample() {
$this->assertText('First example feed item title');
$this->assertLinkByHref('http://example.com/example-turns-one');
$this->assertText('First example feed item description.');
$this->assertRaw('<img src="http://example.com/images/druplicon.png"');
// Several additional items that include elements over 255 characters.
$this->assertRaw("Second example feed item title.");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment