update app_modules.js

This commit is contained in:
naielv
2025-08-27 15:57:01 +02:00
parent 08431defbb
commit 42310c1f55

View File

@@ -989,7 +989,7 @@ function TS_IndexElement(
function BuildQR(mid, label) {
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; margin: 10px;">
<b>TeleSec AztecQR</b>
<br>${toHtml(aztec(mid),[6,6])}<br>
<small>${label}</small>