Content deleted Content added
fix |
preserve blank value in more parameter |
||
Line 144:
local parentArgs = parent.args
local args = cleanupArgs(parentArgs)
-- preserve blank value in more parameter
if parentArgs.more and not args.more then
args.more = parentArgs.more
end
local galleryArgs = {}
local options = args -- pick up miscellaneous options: more, errors, fileargs
|