Content deleted Content added
Just everything but the last two characters instead |
m Fix bracket |
||
Line 426:
-- 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
|