Fix tag HTML per informazioni FE
This commit is contained in:
parent
55d6f5c0c2
commit
07be7af06d
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue