Explorar o código

www: set lang="en" by default

The default (fallback) embedded content is all in English; make the
root html element reflect that. It may make more hacks with lang
attributes simpler to be able to always assume it is meaningful.
H. Peter Anvin %!s(int64=2) %!d(string=hai) anos
pai
achega
0e2dd5a948
Modificáronse 6 ficheiros con 3 adicións e 3 borrados
  1. BIN=BIN
      esp32/output/max80.ino.bin
  2. 1 1
      esp32/www/config.html
  3. 1 1
      esp32/www/status.html
  4. 1 1
      esp32/www/update.html
  5. BIN=BIN
      fpga/output/v1.fw
  6. BIN=BIN
      fpga/output/v2.fw

BIN=BIN
esp32/output/max80.ino.bin


+ 1 - 1
esp32/www/config.html

@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
   <head>
     <link rel="stylesheet" href="max80.css" />
     <title class="config">MAX80: Configuration</title>

+ 1 - 1
esp32/www/status.html

@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
   <head>
     <link rel="stylesheet" href="max80.css" />
     <title class="status">MAX80</title>

+ 1 - 1
esp32/www/update.html

@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
   <head>
     <link rel="stylesheet" href="max80.css" />
     <title class="update">MAX80: Update</title>

BIN=BIN
fpga/output/v1.fw


BIN=BIN
fpga/output/v2.fw