]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - src/pages/PolygonsPage.svelte
svelte 4.x => 5.0
[nominatim-ui.git] / src / pages / PolygonsPage.svelte
index 4e493b60d23f1c0231dd6f2e1c7b19c75d2fabef..79efe7221ba4e470b9017a9eeb98ba4bf3cf7bb1 100644 (file)
 
       <table class="table table-striped table-hover">
         <thead>
-          <th>OSM object</th>
-          <th>Class</th>
-          <th>Type</th>
-          <th>Name</th>
-          <th>Country Code</th>
-          <th>Error message</th>
-          <th>Updated</th>
-          <th></th>
+          <tr>
+            <th>OSM object</th>
+            <th>Class</th>
+            <th>Type</th>
+            <th>Name</th>
+            <th>Country Code</th>
+            <th>Error message</th>
+            <th>Updated</th>
+            <th></th>
+          </tr>
         </thead>
         <tbody>
           {#each aPolygons as polygon}