update app_modules.js

This commit is contained in:
naielv
2025-08-27 14:23:52 +02:00
parent be9c87790d
commit e3d4998d80

View File

@@ -990,7 +990,7 @@ function TS_IndexElement(
function BuildQR(mid) { function BuildQR(mid) {
return ` return `
<span style="border: 2px dashed black; padding: 10px; display: inline-block; background: white; border-radius: 7px; text-align: center;"> <span style="border: 2px dashed black; padding: 10px; display: inline-block; background: white; border-radius: 7px; text-align: center;">
<b>${PAGES[mid.split(",")[0]].Title}</b> <b style="margin-bottom: 5px;">${PAGES[mid.split(",")[0]].Title}</b>
<br>${toHtml(aztec(mid),[6,6])}<br> <br>${toHtml(aztec(mid),[6,6])}<br>
<small>${mid.split(",")[1]}</small> <small>${mid.split(",")[1]}</small>
</span> </span>