[DealabsBridge-HotUKDealsBridge-MydealsBridge] (#3253)

Fix CSS class for the deal temperature
This commit is contained in:
sysadminstory 2023-02-10 06:16:01 +01:00 committed by GitHub
parent ed36c8cbcd
commit 06a4bc4b45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -71,7 +71,6 @@ class PepperBridgeAbstract extends BridgeAbstract
$selectorHot = implode(
' ', /* Notice this is a space! */
[
'cept-vote-box',
'vote-box'
]
);
@ -119,7 +118,7 @@ class PepperBridgeAbstract extends BridgeAbstract
. $deal->find('div[class*=' . $selectorDescription . ']', 0)->innertext
. '</td><td>'
. $deal->find('div[class*=' . $selectorHot . ']', 0)
->find('span', 1)->outertext
->find('span', 0)->outertext
. '</td></table>';
// Check if a clock icon is displayed on the deal