fix bug on complex cases

This commit is contained in:
anon
2024-06-19 11:50:31 +02:00
parent 623911a21d
commit 7ca799fbc2

View File

@ -242,6 +242,7 @@ unicode [\300-\364]
ignore_count = 1; ignore_count = 1;
ECHOS(buffer.c_str()); ECHOS(buffer.c_str());
buffer = "";
ECHOS(("</" + tag_stack.top() + ">").c_str()); ECHOS(("</" + tag_stack.top() + ">").c_str());
pop_tag(); pop_tag();
BEGIN BODY; BEGIN BODY;