Content deleted Content added
m fix naming problem |
m space and uppercase letter: 59 D, for instance |
||
Line 53:
n = 1
if find(sectionParameter, "[^%d%s]") then
for number, separator in gmatch(sectionParameter, "(%d* ?%
if number == "" or number == nil then
sections[n] = ""
|