commit 0bf7b3211d89b117993c10389d872f7460ea1502
Author: Juergen Spitzmueller <[email protected]>
Date:   Sat Jul 21 18:33:49 2018 +0200

    (a)mend edb2d1412482bd
---
 src/insets/InsetText.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/insets/InsetText.cpp b/src/insets/InsetText.cpp
index 949590b..74f60e4 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 << "<div dir=\"rtl\">";
                writePlaintextParagraph(buffer(), *it, oss, rp, ref_printed, 
len);
                if ((*it).isRTL(buffer().params()))
-                       oss << "<div/>";
+                       oss << "</div>";
                if (oss.tellp() >= 0 && size_t(oss.tellp()) > len)
                        break;
        }

Reply via email to