]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - src/pages/DetailsPage.svelte
svelte 4.x => 5.0
[nominatim-ui.git] / src / pages / DetailsPage.svelte
index aa3670f072f02c74ed61583bf689cb7f356048fd..a8bb120b44b907b2475b9186552756defc51f53e 100644 (file)
                 {/each}
 
                 {#if Object.keys(aPlace.hierarchy) > 500}
-                  <p>There are more child objects which are not shown.</p>
+                  <tr><td><p>There are more child objects which are not shown.</p></td></tr>
                 {/if}
               {:else}
                 <tr><td>Place is not parent of other places</td></tr>