From 7cfe36e6aa4460ae8641cd36f4aab5f013390326 Mon Sep 17 00:00:00 2001 From: Thibaut Cuvelier Date: Sat, 18 May 2024 19:41:44 +0200 Subject: [PATCH] InsetInfo: no need to output + explicitly in a shortcut, it is already contained in the sequence. --- src/insets/InsetInfo.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/insets/InsetInfo.cpp b/src/insets/InsetInfo.cpp index 4ed6142430..7ed5662b10 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");