Fix Spanish translations and improve HTML attributes in config files and report

This commit is contained in:
Jokob @NetAlertX
2026-03-17 11:58:53 +00:00
parent 43984132c4
commit b311113575
4 changed files with 4 additions and 3 deletions

View File

@@ -109,7 +109,7 @@
</pre>`;
break;
case 'text':
notificationData.innerHTML = `<pre class="logs" cols="70" rows="10" wrap="off" readonly">${formatData}</pre>`;
notificationData.innerHTML = `<pre class="logs" cols="70" rows="10" wrap="off" readonly="">${formatData}</pre>`;
break;
}