1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-05 18:41:05 +00:00
This commit is contained in:
BlackImpostor 2025-05-31 08:28:35 +03:00 committed by GitHub
parent 97a88a6bf9
commit 906596f2c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -265,10 +265,11 @@ local function get_formspec(data)
if def.release_notes then if def.release_notes then
insert(hypertext, core.hypertext_escape( insert(hypertext, core.hypertext_escape(
markup((def.release_notes markup((def.release_notes
:gsub("<!--.-%-%->", "" :gsub("<!--.-%-%->", ""
:trim()) :trim())
.."\n" .."\n"
))
)) ))
end end