This commit is contained in:
Kirill Polyakov
2025-10-22 18:58:37 +03:00
parent 3bdd0e2053
commit c235a4c646

View File

@ -3197,9 +3197,9 @@ private:
case HTML_TAG(STYLE):
case HTML_TAG(SCRIPT):
{
WriteEmptyParagraph(oXml, false, m_oState.m_bInP);
//Если встретили не обрабатываемые теги, то просто пропускаем
sSelectors.pop_back();
return true;
return false;
}
case HTML_TAG(SPAN):
{