From 8406bd02c2fdf788ed10af0a71fb4c71d553e4d3 Mon Sep 17 00:00:00 2001 From: naielv <109038805+naielv@users.noreply.github.com> Date: Wed, 27 Aug 2025 13:51:35 +0200 Subject: [PATCH] update app_modules.js --- src/app_modules.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/app_modules.js b/src/app_modules.js index 87223fd..9f2fcbc 100644 --- a/src/app_modules.js +++ b/src/app_modules.js @@ -988,7 +988,12 @@ function TS_IndexElement( } function BuildQR(mid) { - return toHtml(aztec(mid),[6,6]); + return ` + + ${toHtml(aztec(mid),[6,6])} +

Codigo Aztec +
+ ` } var PAGES = {};