mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Hypertext: Fix missing space after single letter word (#14551)
Fixes #11727
This commit is contained in:
@@ -293,8 +293,8 @@ void ParsedText::pushChar(wchar_t c)
|
||||
else
|
||||
return;
|
||||
} else {
|
||||
m_empty_paragraph = false;
|
||||
enterElement(ELEMENT_TEXT);
|
||||
m_empty_paragraph = false;
|
||||
}
|
||||
m_element->text += c;
|
||||
}
|
||||
|
Reference in New Issue
Block a user