diff --git a/public/index.php b/public/index.php
index 6e35456..1e83eef 100755
--- a/public/index.php
+++ b/public/index.php
?>
</tr>
</thead>
- <tr>
- <!-- Ota tiedot tiedot muuttujasta henkilot -->
+ <!-- Ota tiedot tiedot muuLisätietojattujasta henkilot -->
<?php foreach ($henkilot as $tyyppi): ?>
+ <tbody>
<tr>
<?php // Renderöi taulukko tyypin tiedoilla
if (isset($_GET['id']) and $tyyppi['id'] === $_GET['id']) // Jos tyyppi on muokattavissa
}
?>
</tr>
-
+ </tbody>
<?php endforeach; ?>
</table>
</div>