Closed kausters closed 6 years ago
This fixes an issue where the basic comparison could be wrong if table cells have varying amounts of whitespace before/after the actual content, as generated HTML tends to have.
> "a" < "b" → true > " a " < " b " → false
This fixes an issue where the basic comparison could be wrong if table cells have varying amounts of whitespace before/after the actual content, as generated HTML tends to have.