]> git.lyx.org Git - features.git/commitdiff
(a)mend edb2d1412482bd
authorJuergen Spitzmueller <spitz@lyx.org>
Sat, 21 Jul 2018 16:33:49 +0000 (18:33 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Sat, 21 Jul 2018 16:33:49 +0000 (18:33 +0200)
src/insets/InsetText.cpp

index 949590b19cbd1655716528cad7887d4717fcd102..74f60e422e704349db76eeb230fd76ef726df325 100644 (file)
@@ -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;
        }