Content deleted Content added
Try ^H as backspace |
Just everything but the last two characters instead |
||
Line 424:
end
end
-- Now end it with a point instead (if it contains entries the '; ' needs to be removed)
if status_exist then
status_string = '<br>'..mw.ustring.sub(status_string,1,mw.ustring.len(status_string-2))..'
table.insert(t_footer,status_string)
end
|