Foppe Hemminga hace 6 años
padre
commit
daea15cdb2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      index.php

+ 1 - 1
index.php

@@ -50,7 +50,7 @@
         $.each(data, (key, val) => {
             console.log('key:', key, ' val:', val);
             items.push( "<tr>" );
-            items.push( "<td scope=\"row\">" + i + "</tr>" );
+            items.push( "<td scope=\"row\">" + i + "</td>" );
             items.push( "<td class=\""+key+"\">" + val["Lijn"] + "</td>" );
             items.push( "</tr>" );
         });