Changes

m
no edit summary
Line 65: Line 65:  
function NodeInfo:formation(row)
 
function NodeInfo:formation(row)
 
     if row.tags.final then
 
     if row.tags.final then
         row.formation = row.formation .. " (Final)"
+
         row.formation = row.formation .. "<br />(Final)"
 
     end
 
     end
 
     local color = "initial"
 
     local color = "initial"
48

edits