This is an automated email from the ASF dual-hosted git repository.

jamesbognar pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/juneau-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 69a21fa  Add HTML lang="en"
     new b6115c6  Merge pull request #6 from skotfred/asf-site
69a21fa is described below

commit 69a21fac57e46745a9b8a477d4b98b4a7cab28d4
Author: Scott Fredrickson <skotf...@skotfred.com>
AuthorDate: Fri Jan 18 16:07:59 2019 -0600

    Add HTML lang="en"
    
    Primarily an accessibility concern for screen reader software.
---
 content/about.html           | 2 +-
 content/articles.html        | 2 +-
 content/community.html       | 2 +-
 content/components.html      | 2 +-
 content/config.html          | 2 +-
 content/documentation.html   | 2 +-
 content/downloads.html       | 2 +-
 content/dto.html             | 2 +-
 content/examples.html        | 2 +-
 content/index.html           | 2 +-
 content/issues.html          | 2 +-
 content/marshall.html        | 2 +-
 content/microservice.html    | 2 +-
 content/rest-client.html     | 2 +-
 content/rest-server.html     | 2 +-
 content/sourceCode.html      | 2 +-
 content/svl.html             | 2 +-
 content/twitter.html         | 2 +-
 content/whatsnew.html        | 2 +-
 templates/about.html         | 2 +-
 templates/articles.html      | 2 +-
 templates/community.html     | 2 +-
 templates/components.html    | 2 +-
 templates/config.html        | 2 +-
 templates/documentation.html | 2 +-
 templates/downloads.html     | 2 +-
 templates/dto.html           | 2 +-
 templates/examples.html      | 2 +-
 templates/index.html         | 2 +-
 templates/issues.html        | 2 +-
 templates/marshall.html      | 2 +-
 templates/microservice.html  | 2 +-
 templates/rest-client.html   | 2 +-
 templates/rest-server.html   | 2 +-
 templates/sourceCode.html    | 2 +-
 templates/svl.html           | 2 +-
 templates/twitter.html       | 2 +-
 templates/whatsnew.html      | 2 +-
 38 files changed, 38 insertions(+), 38 deletions(-)

diff --git a/content/about.html b/content/about.html
index 891b8b3..ebc4406 100644
--- a/content/about.html
+++ b/content/about.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
        <!-- test -->
        <!-- Google Tag Manager -->
diff --git a/content/articles.html b/content/articles.html
index 7bc932b..7c051ff 100644
--- a/content/articles.html
+++ b/content/articles.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
        <!-- Google Tag Manager -->
        <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
diff --git a/content/community.html b/content/community.html
index ca1bd7b..1065529 100644
--- a/content/community.html
+++ b/content/community.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
        <!-- Google Tag Manager -->
        <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
diff --git a/content/components.html b/content/components.html
index 267acaa..ecc977d 100644
--- a/content/components.html
+++ b/content/components.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
        <!-- Google Tag Manager -->
        <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
diff --git a/content/config.html b/content/config.html
index 6c35f5c..6374fd8 100644
--- a/content/config.html
+++ b/content/config.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
        <!-- Google Tag Manager -->
        <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
diff --git a/content/documentation.html b/content/documentation.html
index b40dd15..4bdfac6 100644
--- a/content/documentation.html
+++ b/content/documentation.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
        <!-- Google Tag Manager -->
        <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
diff --git a/content/downloads.html b/content/downloads.html
index 546f807..44c03c1 100644
--- a/content/downloads.html
+++ b/content/downloads.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
        <!-- Google Tag Manager -->
        <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
diff --git a/content/dto.html b/content/dto.html
index b8ffdf3..f45a500 100644
--- a/content/dto.html
+++ b/content/dto.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
        <!-- Google Tag Manager -->
        <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
diff --git a/content/examples.html b/content/examples.html
index d5eec56..1e02a25 100644
--- a/content/examples.html
+++ b/content/examples.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
        <!-- Google Tag Manager -->
        <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
diff --git a/content/index.html b/content/index.html
index 87c9fba..cebc20f 100644
--- a/content/index.html
+++ b/content/index.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
        <!-- Update counter: 2 -->
        <!-- Google Tag Manager -->
diff --git a/content/issues.html b/content/issues.html
index c1af564..0db9882 100644
--- a/content/issues.html
+++ b/content/issues.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
        <!-- Google Tag Manager -->
        <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
diff --git a/content/marshall.html b/content/marshall.html
index 9f4a3a5..7b8f1b1 100644
--- a/content/marshall.html
+++ b/content/marshall.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
        <!-- Google Tag Manager -->
        <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
diff --git a/content/microservice.html b/content/microservice.html
index 1d20ebc..fcd74dd 100644
--- a/content/microservice.html
+++ b/content/microservice.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
        <!-- Google Tag Manager -->
        <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
diff --git a/content/rest-client.html b/content/rest-client.html
index 4d73fb7..228ca73 100644
--- a/content/rest-client.html
+++ b/content/rest-client.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
        <!-- Google Tag Manager -->
        <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
diff --git a/content/rest-server.html b/content/rest-server.html
index 848c9c2..69c5529 100644
--- a/content/rest-server.html
+++ b/content/rest-server.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
        <!-- Google Tag Manager -->
        <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
diff --git a/content/sourceCode.html b/content/sourceCode.html
index cb1d40f..e5d2bd6 100644
--- a/content/sourceCode.html
+++ b/content/sourceCode.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
        <!-- Google Tag Manager -->
        <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
diff --git a/content/svl.html b/content/svl.html
index b68b125..08b9566 100644
--- a/content/svl.html
+++ b/content/svl.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
        <!-- Google Tag Manager -->
        <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
diff --git a/content/twitter.html b/content/twitter.html
index 4e02c1e..b9e4658 100644
--- a/content/twitter.html
+++ b/content/twitter.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <body>
        <a class="twitter-timeline" data-width="600" 
href="https://twitter.com/ApacheJuneau";>Loading...</a> <script 
src="http://platform.twitter.com/widgets.js"; charset="utf-8"></script>
 </body>
diff --git a/content/whatsnew.html b/content/whatsnew.html
index 779548d..19f335d 100644
--- a/content/whatsnew.html
+++ b/content/whatsnew.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
        <!-- test -->
        <!-- Google Tag Manager -->
diff --git a/templates/about.html b/templates/about.html
index 891b8b3..ebc4406 100644
--- a/templates/about.html
+++ b/templates/about.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
        <!-- test -->
        <!-- Google Tag Manager -->
diff --git a/templates/articles.html b/templates/articles.html
index 7bc932b..7c051ff 100644
--- a/templates/articles.html
+++ b/templates/articles.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
        <!-- Google Tag Manager -->
        <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
diff --git a/templates/community.html b/templates/community.html
index ca1bd7b..1065529 100644
--- a/templates/community.html
+++ b/templates/community.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
        <!-- Google Tag Manager -->
        <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
diff --git a/templates/components.html b/templates/components.html
index 04bf656..df56afa 100644
--- a/templates/components.html
+++ b/templates/components.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
        <!-- Google Tag Manager -->
        <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
diff --git a/templates/config.html b/templates/config.html
index 546697e..c131d85 100644
--- a/templates/config.html
+++ b/templates/config.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
        <!-- Google Tag Manager -->
        <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
diff --git a/templates/documentation.html b/templates/documentation.html
index 9cacac6..2500c9e 100644
--- a/templates/documentation.html
+++ b/templates/documentation.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
        <!-- Google Tag Manager -->
        <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
diff --git a/templates/downloads.html b/templates/downloads.html
index 71b9d52..aaf922a 100644
--- a/templates/downloads.html
+++ b/templates/downloads.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
        <!-- Google Tag Manager -->
        <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
diff --git a/templates/dto.html b/templates/dto.html
index 0b47e86..400d69c 100644
--- a/templates/dto.html
+++ b/templates/dto.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
        <!-- Google Tag Manager -->
        <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
diff --git a/templates/examples.html b/templates/examples.html
index 3384076..325e856 100644
--- a/templates/examples.html
+++ b/templates/examples.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
        <!-- Google Tag Manager -->
        <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
diff --git a/templates/index.html b/templates/index.html
index 87c9fba..cebc20f 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
        <!-- Update counter: 2 -->
        <!-- Google Tag Manager -->
diff --git a/templates/issues.html b/templates/issues.html
index c1af564..0db9882 100644
--- a/templates/issues.html
+++ b/templates/issues.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
        <!-- Google Tag Manager -->
        <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
diff --git a/templates/marshall.html b/templates/marshall.html
index d567b27..da9b60b 100644
--- a/templates/marshall.html
+++ b/templates/marshall.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
        <!-- Google Tag Manager -->
        <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
diff --git a/templates/microservice.html b/templates/microservice.html
index 7056a74..f518540 100644
--- a/templates/microservice.html
+++ b/templates/microservice.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
        <!-- Google Tag Manager -->
        <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
diff --git a/templates/rest-client.html b/templates/rest-client.html
index 897e1c8..2a90f80 100644
--- a/templates/rest-client.html
+++ b/templates/rest-client.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
        <!-- Google Tag Manager -->
        <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
diff --git a/templates/rest-server.html b/templates/rest-server.html
index b739f2a..2f5d8b4 100644
--- a/templates/rest-server.html
+++ b/templates/rest-server.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
        <!-- Google Tag Manager -->
        <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
diff --git a/templates/sourceCode.html b/templates/sourceCode.html
index cb1d40f..e5d2bd6 100644
--- a/templates/sourceCode.html
+++ b/templates/sourceCode.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
        <!-- Google Tag Manager -->
        <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
diff --git a/templates/svl.html b/templates/svl.html
index 996db81..3c50503 100644
--- a/templates/svl.html
+++ b/templates/svl.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
        <!-- Google Tag Manager -->
        <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
diff --git a/templates/twitter.html b/templates/twitter.html
index 4e02c1e..b9e4658 100644
--- a/templates/twitter.html
+++ b/templates/twitter.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <body>
        <a class="twitter-timeline" data-width="600" 
href="https://twitter.com/ApacheJuneau";>Loading...</a> <script 
src="http://platform.twitter.com/widgets.js"; charset="utf-8"></script>
 </body>
diff --git a/templates/whatsnew.html b/templates/whatsnew.html
index 779548d..19f335d 100644
--- a/templates/whatsnew.html
+++ b/templates/whatsnew.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
        <!-- test -->
        <!-- Google Tag Manager -->

Reply via email to