Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent NPE in HtmlAttributes.getIndex
Apparently it’s possible for a “mode” value to be such that AttributeName.getQName(mode) returns null. So this change adds a null check to catch that. Otherwise, without this change, some documents cause that code to throw a NullPointerException.
- Loading branch information