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:
parent
6da927a548
commit
f2eb5e7a93
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue