Diff between 134a4398b989196a329243b2f20d586e677d8b00 and d1fdd57cb91400d6ce3e12084ad69f931e294149

Changed Files

File Additions Deletions Status
public/index.php +3 -3 modified

Full Patch

diff --git a/public/index.php b/public/index.php
index 6e35456..1e83eef 100755
--- a/public/index.php
+++ b/public/index.php
@@ -54,9 +54,9 @@ if ($result->num_rows>0){
 					?>
 				</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
@@ -106,7 +106,7 @@ if ($result->num_rows>0){
 					}
 				?>
 			</tr>
-
+			</tbody>
         <?php endforeach; ?>
 	   </table> 
 	  </div>