diff options
| -rwxr-xr-x | build.sh | 3 | ||||
| -rw-r--r-- | index.html | 3 | ||||
| -rw-r--r-- | yaegi-internals/index.html | 2 |
3 files changed, 3 insertions, 5 deletions
@@ -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 @@ -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"> |
