diff --git a/extensions/extrawindow.cpp b/extensions/extrawindow.cpp index 6a1bfc9..c88d28b 100644 --- a/extensions/extrawindow.cpp +++ b/extensions/extrawindow.cpp @@ -398,8 +398,8 @@ private: for (const auto& [rootTerm, definition, inflections] : LookupDefinitions(term, foundDefinitions)) definitions.push_back( QStringLiteral("
%4
").arg( - term.split("<<")[0], - rootTerm.split("<<")[0], + term.split("<<")[0].toHtmlEscaped(), + rootTerm.split("<<")[0].toHtmlEscaped(), inflections.join(""), definition )