Fix template files to valid UTF-8 for Flask/Jinja loading
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
const msg = document.getElementById('connectMsg');
|
||||
|
||||
if (!ssid) {
|
||||
msg.textContent = 'Bitte SSID wählen.';
|
||||
msg.textContent = 'Bitte SSID wählen.';
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user