We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fcc78a commit fcb3ed8Copy full SHA for fcb3ed8
builtin/mainmenu/common.lua
@@ -87,7 +87,7 @@ function render_serverlist_row(spec, is_favorite)
87
if spec.name then
88
text = text .. core.formspec_escape(spec.name:trim())
89
elseif spec.address then
90
- text = text .. spec.address:trim()
+ text = text .. core.formspec_escape(spec.address:trim())
91
if spec.port then
92
text = text .. ":" .. spec.port
93
end
0 commit comments