1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-21 18:11:11 +00: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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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) {