From 704241335e6b0f59dae5fe4105811d4bc66c2dd4 Mon Sep 17 00:00:00 2001 From: naielv <109038805+naielv@users.noreply.github.com> Date: Wed, 27 Aug 2025 13:56:27 +0200 Subject: [PATCH] update app_modules.js --- src/app_modules.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app_modules.js b/src/app_modules.js index 9f2fcbc..0810165 100644 --- a/src/app_modules.js +++ b/src/app_modules.js @@ -989,9 +989,10 @@ function TS_IndexElement( function BuildQR(mid) { return ` - - ${toHtml(aztec(mid),[6,6])} -

Codigo Aztec + + Codigo Aztec +
${toHtml(aztec(mid),[6,6])} +
${mid}
` }