Compare commits

...

1 Commits

Author SHA1 Message Date
5d38479552 Correction de fonction globale vers locale 2019-02-03 18:50:02 +01:00

View File

@ -74,7 +74,7 @@ function email.get_formspec(name)
local fs = "vertlabel[0,0;Your Inbox]"
function row(fs, c1, date, from, msg)
local function row(fs, c1, date, from, msg)
date = minetest.formspec_escape(date)
from = minetest.formspec_escape(from)
msg = minetest.formspec_escape(msg)