Skip to content

Commit

Permalink
DoujinStyleBridge: Update html tags (#3581)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtnvgr authored Jul 30, 2023
1 parent 701fe3c commit 3a57fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridges/DoujinStyleBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function collectData()
$item['content'] = "<img src='$cover'/>";

$keys = [];
foreach ($content->find('.pageWrap .pageSpan') as $key) {
foreach ($content->find('.pageWrap .pageSpan1') as $key) {
$keys[] = $key->plaintext;
}

Expand Down

0 comments on commit 3a57fc8

Please sign in to comment.