Fix line break in tooltip

Fixes: #11252
This commit is contained in:
Juergen Spitzmueller 2018-08-17 10:32:57 +02:00
parent b124adbd38
commit 6d71b9b69a

View File

@ -229,8 +229,7 @@ docstring InsetBibtex::toolTip(BufferView const & /*bv*/, int /*x*/, int /*y*/)
tip += _("included in TOC");
}
if (!getParam("biblatexopts").empty()) {
if (toc)
tip += "<br />";
tip += "<br />";
tip += _("Options: ") + getParam("biblatexopts");
}
}