Skip to content

Commit e31cfa2

Browse files
committed
fix: empty boostablebosses list
1 parent 30cb2f7 commit e31cfa2

File tree

2 files changed

+730
-699
lines changed

2 files changed

+730
-699
lines changed

src/TibiaBoostableBossesOverview.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func TibiaBoostableBossesOverviewImpl(BoxContentHTML string, url string) (Boosta
3333
endBodyIndexer = `</body>`
3434

3535
todayChecker = `Today's boosted boss: `
36-
bossesChecker = `<div class="CaptionContainer">`
36+
bossesChecker = `<div class="CaptionContainer" >`
3737

3838
todayBossIndexer = `title="` + todayChecker
3939
endTodayBossIndexer = `" src="`
@@ -44,7 +44,7 @@ func TibiaBoostableBossesOverviewImpl(BoxContentHTML string, url string) (Boosta
4444
bossesImgIndexer = `https://static.tibia.com/images/library/`
4545
endBossesImgIndexer = `"`
4646

47-
bossesNameIndexer = `border="0" /> <div>`
47+
bossesNameIndexer = `border=0 /> <div>`
4848
endBossesNameIndexer = `</div>`
4949
)
5050

0 commit comments

Comments
 (0)