forked from mtcontrib/email
Version MFF.
This commit is contained in:
parent
7d0aa3f5ea
commit
fb80608d85
2
init.lua
2
init.lua
@ -75,7 +75,7 @@ function email.get_formspec(name)
|
|||||||
local fs = "size[12,8]"
|
local fs = "size[12,8]"
|
||||||
fs = fs .. "vertlabel[0,0;email Mail]"
|
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)
|
date = minetest.formspec_escape(date)
|
||||||
from = minetest.formspec_escape(from)
|
from = minetest.formspec_escape(from)
|
||||||
msg = minetest.formspec_escape(msg)
|
msg = minetest.formspec_escape(msg)
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 270 B After Width: | Height: | Size: 161 B |
Loading…
Reference in New Issue
Block a user