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

View file

@ -266,8 +266,8 @@ local function get_formspec(data)
if def.release_notes then
insert(hypertext, core.hypertext_escape(
markup((def.release_notes
:gsub("<!--.-%-%->", ""
:trim())
:gsub("<!--.-%-%->", "")
:trim()
.."\n"
))
))
@ -403,3 +403,4 @@ function create_package_dialog(package)
data.current_tab = 1
return dlg
end
м