Module:ET sort key: Difference between revisions
Bugfix |
Bugfix |
||
Line 12: | Line 12: | ||
local et = ET.parse(tuning) | local et = ET.parse(tuning) | ||
local size = tostring(et.size) | local size = tostring(et.size) | ||
local sort_key = string.rep("#", size: | local sort_key = string.rep("#", size:len()) | ||
return sort_key | return sort_key | ||
end | end | ||
return p | return p |