Line 46:
Line 46:
if (i - 1) % 10 == 0 then
if (i - 1) % 10 == 0 then
local key = 'key' .. i
local key = 'key' .. i
−
context[key] = string.format('===No.%d-%d===', i, i - 1 + 10)
+
context['custom_row_' .. key .. '_content'] = string.format('===No.%d-%d===', i, i - 1 + 10)
return '!' .. key
return '!' .. key
end
end