Standardize on lang="en"

This commit is contained in:
Larry Meaney
2019-09-28 17:26:54 -07:00
parent ff713722e4
commit deeebdd7ad
5 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
<!DOCTYPE HTML>
<html>
<html lang="en">
<head>
<meta name="robots" content="noindex, nofollow">
<meta http-equiv="Content-Security-Policy" content="block-all-mixed-content">

View File

@@ -1,5 +1,5 @@
<!DOCTYPE HTML>
<html>
<html lang="en">
<head>
<meta name="robots" content="noindex, nofollow">
<meta http-equiv="Content-Security-Policy" content="block-all-mixed-content">

View File

@@ -16,7 +16,7 @@ require_once "$docroot/webGui/include/Markdown.php";
require_once "$docroot/webGui/include/Helpers.php";
?>
<!DOCTYPE HTML>
<html>
<html lang="en">
<head>
<meta name="robots" content="noindex, nofollow">
<meta http-equiv="Content-Security-Policy" content="block-all-mixed-content">

View File

@@ -17,7 +17,7 @@ require_once "$docroot/webGui/include/Helpers.php";
$var = parse_ini_file("/var/local/emhttp/var.ini");
?>
<!DOCTYPE HTML>
<html>
<html lang="en">
<head>
<meta name="robots" content="noindex, nofollow">
<meta http-equiv="Content-Security-Policy" content="block-all-mixed-content">

View File

@@ -1,5 +1,5 @@
<!DOCTYPE HTML>
<html>
<html lang="en">
<head>
<meta name="robots" content="noindex, nofollow">
<meta http-equiv="Content-Security-Policy" content="block-all-mixed-content">