1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02:00

Add back the missing endElement in parseTag for <action>

This commit is contained in:
1F616EMO~nya
2025-08-19 23:34:13 +08:00
committed by GitHub
parent 6da927a548
commit f2eb5e7a93

View File

@@ -585,6 +585,7 @@ u32 ParsedText::parseTag(const wchar_t *text, u32 cursor)
return 0;
openTag(name, attrs)->style = m_elementtags["action"];
}
endElement();
} else if (m_elementtags.count(name)) {
if (end) {