Commit 76d6b0d768d4e60a2d2844d55def120257ab6c6e

Nick Wellnhofer 2022-11-14T21:02:15

html: Don't escape ASCII chars in href attributes In several cases, href attributes can contain ASCII characters which are illegal in URIs. Escaping them often does more harm than good. Fixes #321.