add missing lang="en" in some UI pages
prevent MS Edge from suggesting to "translate from Danish" ;-)
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta content='width=device-width' name='viewport'>
|
<meta content='width=device-width' name='viewport'>
|
||||||
<title>WLED Update</title>
|
<title>WLED Update</title>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="en">
|
||||||
|
|
||||||
<body>No usermod custom web page set.</body>
|
<body>No usermod custom web page set.</body>
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta content='width=device-width' name='viewport'>
|
<meta content='width=device-width' name='viewport'>
|
||||||
|
|||||||
Reference in New Issue
Block a user