summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild.sh3
-rw-r--r--index.html3
-rw-r--r--yaegi-internals/index.html2
3 files changed, 3 insertions, 5 deletions
diff --git a/build.sh b/build.sh
index 20857ec..9ff70fa 100755
--- a/build.sh
+++ b/build.sh
@@ -45,5 +45,4 @@ genhtml .
sed '/mstdn/s/href=/rel="me" href=/' index.html >xx && mv xx index.html
# Put a license in index footer.
echo '<hr><small>Unless otherwise noted, posts are licensed under
-<a href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.</small>
-</html>' >>index.html
+<a href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.</small>' >>index.html
diff --git a/index.html b/index.html
index b454068..6bbee46 100644
--- a/index.html
+++ b/index.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!-- generated by build.sh. DO NOT EDIT. -->
-<html en="en">
+<html lang="en">
<title>Marc's Programming Notes</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -32,4 +32,3 @@ data-cites="mvertes">@mvertes</span></a></li>
</ul>
<hr><small>Unless otherwise noted, posts are licensed under
<a href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.</small>
-</html>
diff --git a/yaegi-internals/index.html b/yaegi-internals/index.html
index ef72bc0..bcd5244 100644
--- a/yaegi-internals/index.html
+++ b/yaegi-internals/index.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!-- generated by build.sh. DO NOT EDIT. -->
-<html en="en">
+<html lang="en">
<title>Yaegi Internals</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">