some more cases of missing lang="en"

no, its not written in Danish ;-)
This commit is contained in:
Frank
2026-02-19 13:45:00 +01:00
parent 1ec57df54f
commit 8680d13df4
10 changed files with 10 additions and 10 deletions

View File

@@ -112,7 +112,7 @@ void URL_response(AsyncWebServerRequest *request)
obuf = sbuf;
olen = 0;
oappend(SET_F("<html><body><a href=\""));
oappend(SET_F("<html lang=\"en\"><body><a href=\""));
oappend(s2buf);
oappend(SET_F("\" target=\"_blank\">"));
oappend(s2buf);