]> git.lyx.org Git - lyx.git/commitdiff
InsetInfo: no need to output + explicitly in a shortcut, it is already contained...
authorThibaut Cuvelier <tcuvelier@lyx.org>
Sat, 18 May 2024 17:41:44 +0000 (19:41 +0200)
committerPavel Sanda <sanda@lyx.org>
Sun, 2 Jun 2024 09:59:13 +0000 (11:59 +0200)
src/insets/InsetInfo.cpp

index 3048456e84a5d42805d49d4e9f673ec376ac5dac..90f1620b0a4ba43e6571581626f5aaefedb22417 100644 (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");