From de163f7f9bef347d30d5fa001943542868908a40 Mon Sep 17 00:00:00 2001 From: naielv <109038805+naielv@users.noreply.github.com> Date: Fri, 19 Sep 2025 21:30:20 +0200 Subject: [PATCH] update app_modules.js --- src/app_modules.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app_modules.js b/src/app_modules.js index 21addf0..e046fd5 100644 --- a/src/app_modules.js +++ b/src/app_modules.js @@ -953,8 +953,8 @@ function TS_IndexElement( }); return false; }; - tr.append(data.Fecha) - tr.append(document.createElement("br") + td.append(data.Fecha) + td.append(document.createElement("br")) buttons.forEach((button) => { td.appendChild(button); td.appendChild(document.createElement("br"));