Skip to content

Commit adb7bf7

Browse files
committed
Codemirror: Enabled non-standard self-closing tags
For #5078
1 parent 897bb33 commit adb7bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/code/languages.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const modeMap = {
3535
go: () => legacyLoad('go'),
3636
haskell: () => legacyLoad('haskell'),
3737
hs: () => legacyLoad('haskell'),
38-
html: async () => html(),
38+
html: async () => html({selfClosingTags: true}),
3939
ini: () => legacyLoad('properties'),
4040
java: () => legacyLoad('java'),
4141
javascript: async () => javascript(),

0 commit comments

Comments
 (0)