DoujinStyleBridge: Update html tags (#3581)

This commit is contained in:
mrtnvgr 2023-07-30 11:46:16 +07:00 committed by GitHub
parent 701fe3cfed
commit 3a57fc800b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ class DoujinStyleBridge extends BridgeAbstract
$item['content'] = "<img src='$cover'/>";
$keys = [];
foreach ($content->find('.pageWrap .pageSpan') as $key) {
foreach ($content->find('.pageWrap .pageSpan1') as $key) {
$keys[] = $key->plaintext;
}