mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-09 16:38:50 +00:00
[DealabsBridge-HotUKDealsBridge-MydealsBridge] (#3253)
Fix CSS class for the deal temperature
This commit is contained in:
parent
ed36c8cbcd
commit
06a4bc4b45
@ -71,7 +71,6 @@ class PepperBridgeAbstract extends BridgeAbstract
|
|||||||
$selectorHot = implode(
|
$selectorHot = implode(
|
||||||
' ', /* Notice this is a space! */
|
' ', /* Notice this is a space! */
|
||||||
[
|
[
|
||||||
'cept-vote-box',
|
|
||||||
'vote-box'
|
'vote-box'
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
@ -119,7 +118,7 @@ class PepperBridgeAbstract extends BridgeAbstract
|
|||||||
. $deal->find('div[class*=' . $selectorDescription . ']', 0)->innertext
|
. $deal->find('div[class*=' . $selectorDescription . ']', 0)->innertext
|
||||||
. '</td><td>'
|
. '</td><td>'
|
||||||
. $deal->find('div[class*=' . $selectorHot . ']', 0)
|
. $deal->find('div[class*=' . $selectorHot . ']', 0)
|
||||||
->find('span', 1)->outertext
|
->find('span', 0)->outertext
|
||||||
. '</td></table>';
|
. '</td></table>';
|
||||||
|
|
||||||
// Check if a clock icon is displayed on the deal
|
// Check if a clock icon is displayed on the deal
|
||||||
|
Loading…
Reference in New Issue
Block a user