typedoc icon indicating copy to clipboard operation
typedoc copied to clipboard

<meta charSet="utf-8"/> The attribute name of [ charSet ] must be in lowercase.(attr-lowercase)

Open jebarpg opened this issue 2 months ago • 0 comments

Search terms

<meta charSet="utf-8"/>

Expected Behavior

in index.html this is how it should be formatted <meta charset="utf-8"/>

Actual Behavior

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

jebarpg avatar May 05 '24 01:05 jebarpg