From f0eaf3dc5fbbb9416e6ac93c3fbc0e3e28234773 Mon Sep 17 00:00:00 2001 From: acidburns Date: Fri, 13 Feb 2026 01:51:03 +0100 Subject: [PATCH] Fix template files to valid UTF-8 for Flask/Jinja loading --- templates/index.html | 2 +- templates/serial.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index 7ec8e96..169da22 100644 --- a/templates/index.html +++ b/templates/index.html @@ -86,7 +86,7 @@ const msg = document.getElementById('connectMsg'); if (!ssid) { - msg.textContent = 'Bitte SSID wählen.'; + msg.textContent = 'Bitte SSID wählen.'; return; } diff --git a/templates/serial.html b/templates/serial.html index adcfe51..35aec1d 100644 --- a/templates/serial.html +++ b/templates/serial.html @@ -9,7 +9,7 @@

ESP32 Serial Live

-

Zurück zum WLAN-Portal

+

Zurück zum WLAN-Portal