нема опису редагування
starcitizen>Alistair3149 Немає опису редагування |
starcitizen>Alistair3149 Немає опису редагування |
||
| Рядок 306: | Рядок 306: | ||
local text = string.format( '%d %s', #list, listType ) | local text = string.format( '%d %s', #list, listType ) | ||
local button = '<span>' .. text .. ':</span>' | local button = '<span>' .. text .. ':</span>' | ||
local content = ' '..table.concat( list ) | |||
local content = ' | |||
return { tostring( button ) .. tostring( content ) } | return { tostring( button ) .. tostring( content ) } | ||