Module:Routelist row: Difference between revisions

Content deleted Content added
this should do what I wanted it to do
drop nowrap - was causing horizontal scrolling on List of Ontario provincial highways for 407
 
Line 256:
local sortedLink = format("<span data-sort-value=\"%s&#32;!\">%s</span>", sortkey, link)
local route = banner .. shield .. ' ' .. sortedLink
return '!scope="row" class="nowrap"|' .. route
end