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 committed by Pavel Sanda
parent bf412b1797
commit b3d911ef57

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