From: Thibaut Cuvelier Date: Sat, 18 May 2024 17:41:44 +0000 (+0200) Subject: InsetInfo: no need to output + explicitly in a shortcut, it is already contained... X-Git-Tag: 2.4.1~69 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=b3d911ef578140ab126b04662dae688c6e8dc59c;p=lyx.git InsetInfo: no need to output + explicitly in a shortcut, it is already contained in the sequence. --- diff --git a/src/insets/InsetInfo.cpp b/src/insets/InsetInfo.cpp index 3048456e84..90f1620b0a 100644 --- a/src/insets/InsetInfo.cpp +++ b/src/insets/InsetInfo.cpp @@ -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");