Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
jebarpg opened this issue May 5, 2024 · 1 comment
Labels
bug Functionality does not match expectation
Milestone

Comments

@jebarpg
Copy link

jebarpg commented May 5, 2024

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 jebarpg added the bug Functionality does not match expectation label May 5, 2024
Gerrit0 added a commit that referenced this issue May 5, 2024
@Gerrit0 Gerrit0 added this to the v0.26.0 milestone May 5, 2024
@Gerrit0 Gerrit0 mentioned this issue May 5, 2024
7 tasks
@Gerrit0
Copy link
Collaborator

Gerrit0 commented Jun 16, 2024

Fixed with TypeDoc 0.26, which is releasing 2024/06/21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Functionality does not match expectation
Projects
None yet
Development

No branches or pull requests

2 participants