Fix printing keybindings #8924 (brace/bracket mismatch)

This commit is contained in:
Robin Gareus 2022-06-15 15:28:57 +02:00
parent d037dff213
commit 047296060f
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -923,7 +923,7 @@ Bindings::save_as_html (ostream& ostr, bool categorize) const
char const *replacements[] = { X_("-"), X_("+"), X_("-"), X_("."), X_("/"),
X_("`"), X_(","), X_("."), X_("*"), X_("\\"),
X_("'"), X_("-"), X_("+"), X_("/"), X_(";"),
X_(":"), X_("="), X_("{"), X_("{"),
X_(":"), X_("="), X_("["), X_("]"),
X_("&"), X_("#"), X_("("), X_(")"),
X_("`"), X_("'"), X_("!"), X_("\""),
};