mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Fix bug #69767
This commit is contained in:
@ -3472,7 +3472,10 @@ private:
|
||||
if (bCross && sFootnote == L"href")
|
||||
sFootnote = sRef.substr(sRef.find('#') + 1);
|
||||
|
||||
wrP(oXml, sSelectors, oTS);
|
||||
if (!OpenP(oXml))
|
||||
CloseR(oXml);
|
||||
else
|
||||
wrP(oXml, sSelectors, oTS);
|
||||
|
||||
// Перекрестная ссылка внутри файла
|
||||
if(bCross)
|
||||
@ -3553,7 +3556,7 @@ private:
|
||||
}
|
||||
}
|
||||
|
||||
CloseP(oXml, sSelectors);
|
||||
// CloseP(oXml, sSelectors);
|
||||
}
|
||||
|
||||
sNote.clear();
|
||||
|
||||
Reference in New Issue
Block a user