Module:Numlinks: Difference between revisions
No edit summary |
mNo edit summary |
||
| Line 71: | Line 71: | ||
local function make_current(num) | local function make_current(num) | ||
local display_text = string.format(current_fmt, num) | local display_text = string.format(current_fmt, num) | ||
return string.format(" | return string.format("%s", display_text) | ||
end | end | ||