Fix omission
This commit is contained in:
@@ -54,6 +54,8 @@ struct StackState {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void onCharData(const XML_Char*, int) {}
|
||||||
|
|
||||||
int bodyIdx() const {
|
int bodyIdx() const {
|
||||||
for (int i = static_cast<int>(stack.size()) - 1; i >= 0; i--) {
|
for (int i = static_cast<int>(stack.size()) - 1; i >= 0; i--) {
|
||||||
if (stack[i].tag == "body") {
|
if (stack[i].tag == "body") {
|
||||||
|
|||||||
Reference in New Issue
Block a user