Fix tag HTML per informazioni FE

This commit is contained in:
Dasc3er 2021-03-01 16:45:18 +01:00
parent 55d6f5c0c2
commit 07be7af06d
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ if (Services::isEnabled()) {
for (let i = 0; i < 5; i++) {
const data = response.history[i];
$("#elenco-fe").append(`<td>
$("#elenco-fe").append(`<tr>
<td>` + data["year"] + `</td>
<td>` + data["number"] + `</td>
<td>` + data["size"] + `</td>