Module:Shop: Difference between revisions

getCostString: Fix regression for cost display within tables
(Use tabs instead of spaces for indentation)
(getCostString: Fix regression for cost display within tables)
Line 106: Line 106:
end
end


local sep, lastSep = '<br/>', nil
local sep, lastSep = '<br/>', '<br/>'
if displayInline then
if displayInline then
sep = ', '
sep = ', '