From 3e9166c69e9c9fca83ef16da73e07aefbd9b5292 Mon Sep 17 00:00:00 2001 From: gdamms Date: Fri, 20 May 2022 11:32:55 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20pr=C3=A9shot=20le=20commit=20de=20lolo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/front/pixels.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/front/pixels.js b/src/front/pixels.js index b85d8f2..1ebf45c 100644 --- a/src/front/pixels.js +++ b/src/front/pixels.js @@ -22,9 +22,9 @@ function setPixels(pixelsJSON) { var row = table.rows[row_id]; row.innerHTML += - '' + + '' + '
' + - '
' + 'pixel.owner' + '
' + + '
' + pixel.owner + '
' + '
' + pixel.description + '
' + '
' + '
' +