Skip to content

Commit

Permalink
fixing broken guild list
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasehlert committed Jan 3, 2022
1 parent 322fce7 commit 5179ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TibiaGuildsOverviewV3.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func TibiaGuildsOverviewV3(c *gin.Context) {
}

// Removing linebreaks from HTML
//GuildsDivHTML = TibiadataHTMLRemoveLinebreaksV3(GuildsDivHTML)
GuildsDivHTML = TibiadataHTMLRemoveLinebreaksV3(GuildsDivHTML)

if GuildCategory == "" && strings.Contains(GuildsDivHTML, "<td width=\"64\"><b>Logo</b></td>") {
GuildCategory = "active"
Expand Down

0 comments on commit 5179ba9

Please sign in to comment.