Module:SB: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 49: Line 49:


if not isempty(frame.args['author_signed']) then
if not isempty(frame.args['author_signed']) then
str = str .. ' (signed as' .. frame.args['author_signed'] .. ')'
str = str .. ' (signed as ' .. frame.args['author_signed'] .. ')'
end
end