Foppe Hemminga 6 년 전
부모
커밋
daea15cdb2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>" );
         });