Skip to content

Commit ffb98c0

Browse files
committed
fix
1 parent b4e8774 commit ffb98c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FailAnalyzer/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ private static List<Player> Analyze(IEnumerable<string> lines)
114114
{
115115
if (skipLines && skipLinesCount != 0)
116116
{
117-
if (item.Contains("<li class=\"active\"><a data-toggle=\"tab\" href="))
117+
if (item.Contains("<li class=\"active\"><a data-toggle=\"tab\" href=") && item.Contains("#mf"))
118118
{
119119
var b = item.Substring(item.IndexOf("#mf"));
120120
failedId = b.Remove(b.IndexOf("\""));

0 commit comments

Comments
 (0)