|
@@ -44,7 +44,7 @@ |
|
|
block discarded – undo |
|
44
|
44
|
if ($list->isWithLinks()) { |
|
45
|
45
|
$name = StringHelper::wrapInTag($name, Html5::TAG_A, [Html5::ATTR_HREF => $item->getNameHref()]); |
|
46
|
46
|
$body = StringHelper::wrapInTag($body, Html5::TAG_A, [Html5::ATTR_HREF => $item->getBodyHref()]); |
|
47
|
|
- $image = StringHelper::wrapInTag($image, Html5::TAG_A, [Html5::ATTR_HREF => $item->getImgHref()]); |
|
|
47
|
+ $image = StringHelper::wrapInTag($image, Html5::TAG_A, [Html5::ATTR_HREF => $item->getImgHref()]); |
|
48
|
48
|
} |
|
49
|
49
|
|
|
50
|
50
|
if (!$list->isWithBody()) { |
Please login to merge, or discard this patch.