mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 21:28:11 +02:00
fix html injecting/rendering in help pane
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user