LukeWoodward / SplitsBrowser

Orienteering results analysis
GNU General Public License v2.0
13 stars 9 forks source link

Competitors with blank name have tiny item in competitor list #59

Closed LukeWoodward closed 6 years ago

LukeWoodward commented 6 years ago

Event 10339 on splitsbrowser.org.uk contains some competitors with blank names. These competitors have an item in the competitor list on the left but it is tiny (only a few pixels high). With no names there's not much we can do to give names to the competitors but we could at least make their items the same height as those for other competitors, perhaps by substituting a space or something.

LukeWoodward commented 6 years ago

It turns out spaces don't work but non-breaking spaces do, so that's what the code now does.