InsetInfo: no need to output + explicitly in a shortcut, it is already contained in the sequence.

This commit is contained in:
Thibaut Cuvelier 2024-05-18 19:41:44 +02:00
parent e3f2b10842
commit 7cfe36e6aa

View File

@ -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");