mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
InsetInfo: no need to output + explicitly in a shortcut, it is already contained in the sequence.
This commit is contained in:
parent
e3f2b10842
commit
7cfe36e6aa
@ -1589,9 +1589,6 @@ void xhtmlShortcutInfo(XMLStream & xs, const InsetInfoParams & params) {
|
||||
} else {
|
||||
xs << c;
|
||||
}
|
||||
|
||||
if (i > 0 && i + 1 < sequence.length())
|
||||
xs << from_ascii("+");
|
||||
}
|
||||
|
||||
xml::closeTag(xs, "bdo", "inline");
|
||||
|
Loading…
Reference in New Issue
Block a user