1
0
mirror of https://github.com/rubenwardy/email.git synced 2025-07-03 08:50:41 +02:00

Version MFF.

This commit is contained in:
sys4-fr
2018-09-07 20:28:39 +02:00
parent 7d0aa3f5ea
commit fb80608d85
2 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ function email.get_formspec(name)
local fs = "size[12,8]"
fs = fs .. "vertlabel[0,0;email Mail]"
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)