Content deleted Content added
Add local |
Fix letter codes overwrite |
||
Line 420:
curr_letter = mw.ustring.upper(mw.ustring.sub(status_letters,jjj,jjj))
if status_called[curr_letter] then
status_string = status_string..'<span style="font-weight:bold">('..curr_letter..')</span> '..status_code[curr_letter]..'; '
status_exist = true
end
|