Explorar o código

fixed variable name

Former-commit-id: 0b95a7d5cde632248b18b2cd7242edc086f4a687
Gildas %!s(int64=6) %!d(string=hai) anos
pai
achega
8eee22b357
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      extension/ui/content/content-ui-editor-web.js

+ 1 - 1
extension/ui/content/content-ui-editor-web.js

@@ -565,7 +565,7 @@
 					}
 				})
 			};
-			const SELF_CLOSED_TAG_NAMES = ${JSON.stringify(FORBIDDEN_TAG_NAMES)};
+			const FORBIDDEN_TAG_NAMES = ${JSON.stringify(FORBIDDEN_TAG_NAMES)};
 			const NOTE_TAGNAME = ${JSON.stringify(NOTE_TAGNAME)};
 			const NOTE_CLASS = ${JSON.stringify(NOTE_CLASS)};
 			const NOTE_ANCHORED_CLASS = ${JSON.stringify(NOTE_ANCHORED_CLASS)};