Fix data-lot-id not being correctly set so use href instead (#4453)

This commit is contained in:
André Andersson 2025-02-24 17:58:24 +01:00 committed by GitHub
parent b52f01505d
commit 92b5e7093f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -206,7 +206,7 @@ class BukowskisBridge extends BridgeAbstract
$this->items[] = [
'title' => $title,
'uri' => $baseUrl . $relative_url,
'uid' => $lot->getAttribute('data-lot-id'),
'uid' => $relative_url,
'content' => count($images) > 0 ? "<img src='$images[0]'/><br/>$title" : $title,
'enclosures' => array_slice($images, 1),
];