Commit 7279d236364739a05657a8a614c15990eb08d0c6

Nick Wellnhofer 2021-05-06T10:37:07

Fix htmlTagLookup Fix regression introduced with b25acce8. Some users like libxslt may call the HTML output functions on documents with uppercase tag names, so we must keep case-insensitive string comparison. Fixes #248.