Skip to content

Commit

Permalink
chore: fix duplicate attributes issue number in comment (#18860)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red authored Dec 2, 2024
1 parent c7af14d commit ffee618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/node/plugins/html.ts
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ function handleParseError(
// Accept elements without closing tag in <head>
return
case 'duplicate-attribute':
// Accept duplicate attributes #9566
// Accept duplicate attributes #5966
// The first attribute is used, browsers silently ignore duplicates
return
case 'non-void-html-element-start-tag-with-trailing-solidus':
Expand Down

0 comments on commit ffee618

Please sign in to comment.