Changes

1 byte added ,  04:18, 12 January 2023
m
no 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