mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-27 17:28:41 +00:00
trim()
Co-authored-by: Lars Müller <34514239+appgurueu@users.noreply.github.com>
This commit is contained in:
parent
9e90c9d60d
commit
e85e0f7b7c
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ local function get_formspec(data)
|
|||
hypertext = hypertext..
|
||||
markup((def["release_notes"]
|
||||
:gsub("<!--.*", ""))
|
||||
:gsub("[\r\n]+$", ""))
|
||||
:trim())
|
||||
.."\n"
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue