mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-05 18:41:05 +00:00
Fixes
This commit is contained in:
parent
97a88a6bf9
commit
906596f2c5
1 changed files with 5 additions and 4 deletions
|
@ -265,10 +265,11 @@ local function get_formspec(data)
|
|||
|
||||
if def.release_notes then
|
||||
insert(hypertext, core.hypertext_escape(
|
||||
markup((def.release_notes
|
||||
:gsub("<!--.-%-%->", ""
|
||||
:trim())
|
||||
.."\n"
|
||||
markup((def.release_notes
|
||||
:gsub("<!--.-%-%->", ""
|
||||
:trim())
|
||||
.."\n"
|
||||
))
|
||||
))
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue