Skip to content

Commit ffee618

Browse files
authored
chore: fix duplicate attributes issue number in comment (#18860)
1 parent c7af14d commit ffee618

File tree

1 file changed

+1
-1
lines changed
  • packages/vite/src/node/plugins

1 file changed

+1
-1
lines changed

packages/vite/src/node/plugins/html.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ function handleParseError(
302302
// Accept elements without closing tag in <head>
303303
return
304304
case 'duplicate-attribute':
305-
// Accept duplicate attributes #9566
305+
// Accept duplicate attributes #5966
306306
// The first attribute is used, browsers silently ignore duplicates
307307
return
308308
case 'non-void-html-element-start-tag-with-trailing-solidus':

0 commit comments

Comments
 (0)