From 0bf7b3211d89b117993c10389d872f7460ea1502 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Sat, 21 Jul 2018 18:33:49 +0200 Subject: [PATCH] (a)mend edb2d1412482bd --- src/insets/InsetText.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/InsetText.cpp b/src/insets/InsetText.cpp index 949590b19c..74f60e422e 100644 --- a/src/insets/InsetText.cpp +++ b/src/insets/InsetText.cpp @@ -1075,7 +1075,7 @@ docstring InsetText::toolTipText(docstring prefix, size_t const len) const oss << "
"; writePlaintextParagraph(buffer(), *it, oss, rp, ref_printed, len); if ((*it).isRTL(buffer().params())) - oss << "
"; + oss << "
"; if (oss.tellp() >= 0 && size_t(oss.tellp()) > len) break; } -- 2.39.2