Fix template files to valid UTF-8 for Flask/Jinja loading

This commit is contained in:
2026-02-13 01:51:03 +01:00
parent b20eb713a1
commit f0eaf3dc5f
2 changed files with 2 additions and 2 deletions

View File

@@ -86,7 +86,7 @@
const msg = document.getElementById('connectMsg');
if (!ssid) {
msg.textContent = 'Bitte SSID wählen.';
msg.textContent = 'Bitte SSID wählen.';
return;
}