]> git.openstreetmap.org Git - nominatim-ui.git/blob - src/components/DetailsTableHeader.svelte
Fix typo in 'About & Help' text (#305)
[nominatim-ui.git] / src / components / DetailsTableHeader.svelte
1 <thead>
2   <tr>
3     <th>Local name</th>
4     <th>Type</th>
5     <th>OSM</th>
6     <th>Address rank</th>
7     <th>Admin level</th>
8     <th>Distance</th>
9     <th></th>
10   </tr>
11 </thead>