Content deleted Content added
no globals |
remove illustrator and composer |
||
Line 224:
oth[#oth+1] = citeq_args.others
oth[#oth+1] = citeq_args.illustrator and ("Illustrator: " .. citeq_args.illustrator)
citeq_args.illustrator = nil
oth[#oth+1] = citeq_args.composer and ("Composer: " .. citeq_args.composer)
citeq_args.composer = nil
-- any more go here
citeq_args.others = table.concat(oth, ", ")
|