git: 86c43505c7 - main - Fix HTML validation errors on main page

From: Sergio Carlavilla Delgado <carlavilla_at_FreeBSD.org>
Date: Sun, 26 Dec 2021 20:47:43 UTC
The branch main has been updated by carlavilla:

URL: https://cgit.FreeBSD.org/doc/commit/?id=86c43505c7052236cd08801a8b6b37572d40bad0

commit 86c43505c7052236cd08801a8b6b37572d40bad0
Author:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
AuthorDate: 2021-12-26 20:46:54 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2021-12-26 20:46:54 +0000

    Fix HTML validation errors on main page
    
    PR:             258880
    Submitted by:   pfg@
---
 documentation/themes/beastie/i18n/bn-bd.toml                     | 3 +++
 documentation/themes/beastie/i18n/da.toml                        | 3 +++
 documentation/themes/beastie/i18n/de.toml                        | 3 +++
 documentation/themes/beastie/i18n/el.toml                        | 3 +++
 documentation/themes/beastie/i18n/en.toml                        | 3 +++
 documentation/themes/beastie/i18n/es.toml                        | 3 +++
 documentation/themes/beastie/i18n/fr.toml                        | 3 +++
 documentation/themes/beastie/i18n/hu.toml                        | 3 +++
 documentation/themes/beastie/i18n/it.toml                        | 3 +++
 documentation/themes/beastie/i18n/ja.toml                        | 3 +++
 documentation/themes/beastie/i18n/ko.toml                        | 3 +++
 documentation/themes/beastie/i18n/mn.toml                        | 3 +++
 documentation/themes/beastie/i18n/nl.toml                        | 3 +++
 documentation/themes/beastie/i18n/pl.toml                        | 3 +++
 documentation/themes/beastie/i18n/pt-br.toml                     | 3 +++
 documentation/themes/beastie/i18n/ru.toml                        | 3 +++
 documentation/themes/beastie/i18n/tr.toml                        | 3 +++
 documentation/themes/beastie/i18n/zh-cn.toml                     | 3 +++
 documentation/themes/beastie/i18n/zh-tw.toml                     | 3 +++
 documentation/themes/beastie/layouts/partials/global-search.html | 2 +-
 documentation/themes/beastie/layouts/partials/site-footer.html   | 2 +-
 21 files changed, 59 insertions(+), 2 deletions(-)

diff --git a/documentation/themes/beastie/i18n/bn-bd.toml b/documentation/themes/beastie/i18n/bn-bd.toml
index d5a9eae6c5..22af497b12 100644
--- a/documentation/themes/beastie/i18n/bn-bd.toml
+++ b/documentation/themes/beastie/i18n/bn-bd.toml
@@ -40,6 +40,9 @@ other = "Books"
 [articles]
 other = "Articles"
 
+[choose-language]
+other = "Choose language"
+
 # ---------------------------------------------------
 # Header
 # ---------------------------------------------------
diff --git a/documentation/themes/beastie/i18n/da.toml b/documentation/themes/beastie/i18n/da.toml
index d5a9eae6c5..22af497b12 100644
--- a/documentation/themes/beastie/i18n/da.toml
+++ b/documentation/themes/beastie/i18n/da.toml
@@ -40,6 +40,9 @@ other = "Books"
 [articles]
 other = "Articles"
 
+[choose-language]
+other = "Choose language"
+
 # ---------------------------------------------------
 # Header
 # ---------------------------------------------------
diff --git a/documentation/themes/beastie/i18n/de.toml b/documentation/themes/beastie/i18n/de.toml
index b4514aa872..fc4c819c0d 100644
--- a/documentation/themes/beastie/i18n/de.toml
+++ b/documentation/themes/beastie/i18n/de.toml
@@ -40,6 +40,9 @@ other = "Books"
 [articles]
 other = "Articles"
 
+[choose-language]
+other = "Choose language"
+
 # ---------------------------------------------------
 # Header
 # ---------------------------------------------------
diff --git a/documentation/themes/beastie/i18n/el.toml b/documentation/themes/beastie/i18n/el.toml
index 2a0d71c355..df05db7c21 100644
--- a/documentation/themes/beastie/i18n/el.toml
+++ b/documentation/themes/beastie/i18n/el.toml
@@ -40,6 +40,9 @@ other = "Books"
 [articles]
 other = "Articles"
 
+[choose-language]
+other = "Choose language"
+
 # ---------------------------------------------------
 # Header
 # ---------------------------------------------------
diff --git a/documentation/themes/beastie/i18n/en.toml b/documentation/themes/beastie/i18n/en.toml
index d5a9eae6c5..22af497b12 100644
--- a/documentation/themes/beastie/i18n/en.toml
+++ b/documentation/themes/beastie/i18n/en.toml
@@ -40,6 +40,9 @@ other = "Books"
 [articles]
 other = "Articles"
 
+[choose-language]
+other = "Choose language"
+
 # ---------------------------------------------------
 # Header
 # ---------------------------------------------------
diff --git a/documentation/themes/beastie/i18n/es.toml b/documentation/themes/beastie/i18n/es.toml
index cfc7fd4b30..b494af2597 100644
--- a/documentation/themes/beastie/i18n/es.toml
+++ b/documentation/themes/beastie/i18n/es.toml
@@ -40,6 +40,9 @@ other = "Libros"
 [articles]
 other = "Artículos"
 
+[choose-language]
+other = "Elegir idioma"
+
 # ---------------------------------------------------
 # Header
 # ---------------------------------------------------
diff --git a/documentation/themes/beastie/i18n/fr.toml b/documentation/themes/beastie/i18n/fr.toml
index 032b81aaf2..b447a416ec 100644
--- a/documentation/themes/beastie/i18n/fr.toml
+++ b/documentation/themes/beastie/i18n/fr.toml
@@ -40,6 +40,9 @@ other = "Livres"
 [articles]
 other = "Articles"
 
+[choose-language]
+other = "Choose language"
+
 # ---------------------------------------------------
 # Header
 # ---------------------------------------------------
diff --git a/documentation/themes/beastie/i18n/hu.toml b/documentation/themes/beastie/i18n/hu.toml
index dc57c77b18..a2a56d3b93 100644
--- a/documentation/themes/beastie/i18n/hu.toml
+++ b/documentation/themes/beastie/i18n/hu.toml
@@ -40,6 +40,9 @@ other = "Books"
 [articles]
 other = "Articles"
 
+[choose-language]
+other = "Choose language"
+
 # ---------------------------------------------------
 # Header
 # ---------------------------------------------------
diff --git a/documentation/themes/beastie/i18n/it.toml b/documentation/themes/beastie/i18n/it.toml
index 71a6e0f03c..f1e4fbdd79 100644
--- a/documentation/themes/beastie/i18n/it.toml
+++ b/documentation/themes/beastie/i18n/it.toml
@@ -40,6 +40,9 @@ other = "Books"
 [articles]
 other = "Articles"
 
+[choose-language]
+other = "Choose language"
+
 # ---------------------------------------------------
 # Header
 # ---------------------------------------------------
diff --git a/documentation/themes/beastie/i18n/ja.toml b/documentation/themes/beastie/i18n/ja.toml
index aae775d247..d765c9c33b 100644
--- a/documentation/themes/beastie/i18n/ja.toml
+++ b/documentation/themes/beastie/i18n/ja.toml
@@ -40,6 +40,9 @@ other = "Books"
 [articles]
 other = "Articles"
 
+[choose-language]
+other = "Choose language"
+
 # ---------------------------------------------------
 # Header
 # ---------------------------------------------------
diff --git a/documentation/themes/beastie/i18n/ko.toml b/documentation/themes/beastie/i18n/ko.toml
index d5a9eae6c5..22af497b12 100644
--- a/documentation/themes/beastie/i18n/ko.toml
+++ b/documentation/themes/beastie/i18n/ko.toml
@@ -40,6 +40,9 @@ other = "Books"
 [articles]
 other = "Articles"
 
+[choose-language]
+other = "Choose language"
+
 # ---------------------------------------------------
 # Header
 # ---------------------------------------------------
diff --git a/documentation/themes/beastie/i18n/mn.toml b/documentation/themes/beastie/i18n/mn.toml
index e1996287ab..ab5712c6fd 100644
--- a/documentation/themes/beastie/i18n/mn.toml
+++ b/documentation/themes/beastie/i18n/mn.toml
@@ -40,6 +40,9 @@ other = "Books"
 [articles]
 other = "Articles"
 
+[choose-language]
+other = "Choose language"
+
 # ---------------------------------------------------
 # Header
 # ---------------------------------------------------
diff --git a/documentation/themes/beastie/i18n/nl.toml b/documentation/themes/beastie/i18n/nl.toml
index e00669e75d..aa0c1b9d76 100644
--- a/documentation/themes/beastie/i18n/nl.toml
+++ b/documentation/themes/beastie/i18n/nl.toml
@@ -40,6 +40,9 @@ other = "Books"
 [articles]
 other = "Articles"
 
+[choose-language]
+other = "Choose language"
+
 # ---------------------------------------------------
 # Header
 # ---------------------------------------------------
diff --git a/documentation/themes/beastie/i18n/pl.toml b/documentation/themes/beastie/i18n/pl.toml
index d5a9eae6c5..22af497b12 100644
--- a/documentation/themes/beastie/i18n/pl.toml
+++ b/documentation/themes/beastie/i18n/pl.toml
@@ -40,6 +40,9 @@ other = "Books"
 [articles]
 other = "Articles"
 
+[choose-language]
+other = "Choose language"
+
 # ---------------------------------------------------
 # Header
 # ---------------------------------------------------
diff --git a/documentation/themes/beastie/i18n/pt-br.toml b/documentation/themes/beastie/i18n/pt-br.toml
index d5a9eae6c5..22af497b12 100644
--- a/documentation/themes/beastie/i18n/pt-br.toml
+++ b/documentation/themes/beastie/i18n/pt-br.toml
@@ -40,6 +40,9 @@ other = "Books"
 [articles]
 other = "Articles"
 
+[choose-language]
+other = "Choose language"
+
 # ---------------------------------------------------
 # Header
 # ---------------------------------------------------
diff --git a/documentation/themes/beastie/i18n/ru.toml b/documentation/themes/beastie/i18n/ru.toml
index 8c66d3f9ce..4b04d5f50a 100644
--- a/documentation/themes/beastie/i18n/ru.toml
+++ b/documentation/themes/beastie/i18n/ru.toml
@@ -40,6 +40,9 @@ other = "Books"
 [articles]
 other = "Articles"
 
+[choose-language]
+other = "Choose language"
+
 # ---------------------------------------------------
 # Header
 # ---------------------------------------------------
diff --git a/documentation/themes/beastie/i18n/tr.toml b/documentation/themes/beastie/i18n/tr.toml
index d5a9eae6c5..22af497b12 100644
--- a/documentation/themes/beastie/i18n/tr.toml
+++ b/documentation/themes/beastie/i18n/tr.toml
@@ -40,6 +40,9 @@ other = "Books"
 [articles]
 other = "Articles"
 
+[choose-language]
+other = "Choose language"
+
 # ---------------------------------------------------
 # Header
 # ---------------------------------------------------
diff --git a/documentation/themes/beastie/i18n/zh-cn.toml b/documentation/themes/beastie/i18n/zh-cn.toml
index 09333b3ccf..0e97b8fff3 100644
--- a/documentation/themes/beastie/i18n/zh-cn.toml
+++ b/documentation/themes/beastie/i18n/zh-cn.toml
@@ -40,6 +40,9 @@ other = "Books"
 [articles]
 other = "Articles"
 
+[choose-language]
+other = "Choose language"
+
 # ---------------------------------------------------
 # Header
 # ---------------------------------------------------
diff --git a/documentation/themes/beastie/i18n/zh-tw.toml b/documentation/themes/beastie/i18n/zh-tw.toml
index 7a49f87fac..3775ea5ec5 100644
--- a/documentation/themes/beastie/i18n/zh-tw.toml
+++ b/documentation/themes/beastie/i18n/zh-tw.toml
@@ -40,6 +40,9 @@ other = "Books"
 [articles]
 other = "Articles"
 
+[choose-language]
+other = "Choose language"
+
 # ---------------------------------------------------
 # Header
 # ---------------------------------------------------
diff --git a/documentation/themes/beastie/layouts/partials/global-search.html b/documentation/themes/beastie/layouts/partials/global-search.html
index bd1880eab3..8d497ec2b3 100644
--- a/documentation/themes/beastie/layouts/partials/global-search.html
+++ b/documentation/themes/beastie/layouts/partials/global-search.html
@@ -2,7 +2,7 @@
   <div class="title-language-container">
     <h2>{{ i18n "freebsd-documentation" }}</h2>
     <a href="#languages" title="Choose language">
-      <img src="{{ absLangURL ($.Site.BaseURL ) }}images/language.png" class="language-image">
+      <img src="{{ absLangURL ($.Site.BaseURL ) }}images/language.png" class="language-image" alt="{{ i18n "choose-language" }}">
     </a>
   </div>
   <p>{{ i18n "freebsd-documentation-main-desc" }}</p>
diff --git a/documentation/themes/beastie/layouts/partials/site-footer.html b/documentation/themes/beastie/layouts/partials/site-footer.html
index 2d204bbbab..3b3303ea96 100755
--- a/documentation/themes/beastie/layouts/partials/site-footer.html
+++ b/documentation/themes/beastie/layouts/partials/site-footer.html
@@ -6,7 +6,7 @@
     <div class="options-container">
       <div class="language-container">
         <a id="languages" href="{{ "languages" | absLangURL }}">
-          <img src="{{ absLangURL ($.Site.BaseURL ) }}images/language.png" class="language-image">
+          <img src="{{ absLangURL ($.Site.BaseURL ) }}images/language.png" class="language-image" alt="{{ i18n "choose-language" }}">
           <span>{{ .Site.Language.LanguageName }}</span>
         </a>
       </div>