## Search terms <!-- Include keywords that might help others with the same problem find this issue --> `<meta charSet="utf-8"/>` ## Expected Behavior <!-- How did you expect Typedoc to work? --> in `index.html` this is how it should be formatted `<meta charset="utf-8"/>` ## Actual Behavior <!-- What does Typedoc fail to do? --> in `index.html` this is how it is currently formatted `<meta charSet="utf-8"/>` ## Steps to reproduce the bug npm typedoc ## Environment - Typedoc version: 0.25.13 - TypeScript version: 5.4.5 - Node.js version: v22.1.0 - OS: Clear Linux