Content deleted Content added
collapse language |
declare collapsedText |
||
Line 138:
local historyList = list(args)
if (args["collapse"] == 'yes') then
local collapsedText
if (args["mergedFrom"] == 'yes') then
else
end
historyList = string.format(collapsedText, historyList)
|