diff --git a/src/app_modules.js b/src/app_modules.js index 44e737e..0a057db 100644 --- a/src/app_modules.js +++ b/src/app_modules.js @@ -990,9 +990,8 @@ function TS_IndexElement( function BuildQR(mid) { return ` - TeleSec AztecQR -
${toHtml(aztec(mid),[6,6])}
- ${mid.replace(",",",
")}
+ TeleSec AztecQR +
${toHtml(aztec(mid),[6,6])}
` }