We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7af14d commit ffee618Copy full SHA for ffee618
packages/vite/src/node/plugins/html.ts
@@ -302,7 +302,7 @@ function handleParseError(
302
// Accept elements without closing tag in <head>
303
return
304
case 'duplicate-attribute':
305
- // Accept duplicate attributes #9566
+ // Accept duplicate attributes #5966
306
// The first attribute is used, browsers silently ignore duplicates
307
308
case 'non-void-html-element-start-tag-with-trailing-solidus':
0 commit comments