Module:Citation/CS1: Difference between revisions

No edit summary
No edit summary
Line 647: Line 647:
-- Empty strings, not nil;
-- Empty strings, not nil;
if v == nil then
 
v = cfg.defaults[k] or '';
origin[k] = '';
end
tbl = rawset( tbl, k, v );
tbl = rawset( tbl, k, v );