2
0
Эх сурвалжийг харах

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 2 жил өмнө
parent
commit
0e2dd5a948

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
fpga/output/v1.fw


BIN
fpga/output/v2.fw