change most double quotes to single quotes
This commit is contained in:
@@ -70,8 +70,8 @@ class InfoboxKind(IntEnum):
|
||||
ERROR = 3
|
||||
|
||||
InfoboxHTMLClass = {
|
||||
InfoboxKind.INFO: "",
|
||||
InfoboxKind.LOCK: "warn",
|
||||
InfoboxKind.WARN: "warn",
|
||||
InfoboxKind.ERROR: "critical",
|
||||
InfoboxKind.INFO: '',
|
||||
InfoboxKind.LOCK: 'warn',
|
||||
InfoboxKind.WARN: 'warn',
|
||||
InfoboxKind.ERROR: 'critical',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user