From a31c3ee00a4cc149fedc7d946062988b6744cd96 Mon Sep 17 00:00:00 2001 From: Kirill Polyakov Date: Thu, 30 Oct 2025 16:41:07 +0300 Subject: [PATCH] Fix bug #74646 --- HtmlFile2/htmlfile2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HtmlFile2/htmlfile2.cpp b/HtmlFile2/htmlfile2.cpp index fd70d26c83..09158b776b 100644 --- a/HtmlFile2/htmlfile2.cpp +++ b/HtmlFile2/htmlfile2.cpp @@ -4792,7 +4792,7 @@ private: oXml->WriteString(L"\"/>"); m_oNoteXml.WriteString(L""); + m_oNoteXml.WriteString(L"\"> "); m_oNoteXml.WriteEncodeXmlString(sNote); m_oNoteXml.WriteString(L"");