Content deleted Content added
??? instead of blank |
simp |
||
Line 351:
table.insert(rows, importance_row)
if importance~='Unknown' then -- importance is not NA or Unknown
table.insert(
local new_bubble = bubble(importance..'‑'..importance_name, colour)▼
)
end
end
|