нема опису редагування
starcitizen>Alistair3149 Немає опису редагування |
starcitizen>Alistair3149 Немає опису редагування |
||
| Рядок 307: | Рядок 307: | ||
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 = mHatlist.andList( list, | local content = mHatlist.andList( list, false ) | ||
return { tostring( button ) .. tostring( content ) } | return { tostring( button ) .. tostring( content ) } | ||