Skip to content

Commit

Permalink
Update EtsyBridge.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Bockiii authored Oct 14, 2024
1 parent ee0c974 commit 6a4c46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridges/EtsyBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function collectData()
$item['uri'] = $result->find('a', 0)->href;
$item['author'] = $result->find('p.wt-text-gray > span', 2)->plaintext;

$item['content'] = '<p> '
$item['content'] = '<p> '
. $result->find('span.currency-symbol', 0)->plaintext
. $result->find('span.currency-value', 0)->plaintext
. '</p><p>'
Expand Down

0 comments on commit 6a4c46f

Please sign in to comment.