模块:ItemInfo:修订间差异
跳转到导航
跳转到搜索
修复bug
(完善) |
(修复bug) |
||
第155行: | 第155行: | ||
local list = checkAndMakeParamList(item) | local list = checkAndMakeParamList(item) | ||
table.insert(result, section .. tostring(html) .. list) | table.insert(result, section .. tostring(html) .. '\n' .. list) | ||
end | end | ||
return table.concat(result, '\n\n') | return table.concat(result, '\n\n') |