fix html injecting/rendering in help pane

This commit is contained in:
Martin Raifer
2021-11-29 17:31:11 +01:00
parent d78c357588
commit a21a985db5
+3
View File
@@ -146,6 +146,9 @@ export function helpHtml(id, replacements) {
help: t.html('help.title'),
ok: t.html('intro.ok')
};
for (var key in helpStringReplacements) {
helpStringReplacements[key] = { html: helpStringReplacements[key] };
}
}
var reps;