Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix off-by-one error with HTML escaping
If the second-to-last character of a string should be escaped, but not the last, the last character was not being included in the result.
- Loading branch information