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:
@@ -585,6 +585,7 @@ u32 ParsedText::parseTag(const wchar_t *text, u32 cursor)
|
|||||||
return 0;
|
return 0;
|
||||||
openTag(name, attrs)->style = m_elementtags["action"];
|
openTag(name, attrs)->style = m_elementtags["action"];
|
||||||
}
|
}
|
||||||
|
endElement();
|
||||||
|
|
||||||
} else if (m_elementtags.count(name)) {
|
} else if (m_elementtags.count(name)) {
|
||||||
if (end) {
|
if (end) {
|
||||||
|
Reference in New Issue
Block a user