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