18995: <html> element should have a language attribute.
authorWard Vandewege <ward@curii.com>
Fri, 15 Apr 2022 16:58:58 +0000 (12:58 -0400)
committerWard Vandewege <ward@curii.com>
Fri, 15 Apr 2022 16:58:58 +0000 (12:58 -0400)
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>

apps/workbench/app/views/collections/show_file_links.html.erb
apps/workbench/app/views/layouts/application.html.erb
apps/workbench/app/views/virtual_machines/webshell.html.erb
apps/workbench/public/404.html
apps/workbench/public/422.html
apps/workbench/public/500.html
apps/workbench/public/graph-example.html
services/api/app/views/layouts/application.html.erb
services/api/public/404.html

index a82d2556e7c94a2be04d376447016635ff92e5f7..d7483a6ab747e77e5c7b23aaf577eced2c9670d8 100644 (file)
@@ -3,7 +3,7 @@
 SPDX-License-Identifier: AGPL-3.0 %>
 
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <% coll_name = "Collection #{@object.uuid}" %>
 <% link_opts = {controller: 'collections', action: 'show_file',
                 uuid: @object.uuid, reader_token: params[:reader_token]} %>
index c0f01da283aa3ff88168f8fb5cf6f01a56d0f92b..93ce5926790d8062f9e10826aa328ce9040a179f 100644 (file)
@@ -3,7 +3,7 @@
 SPDX-License-Identifier: AGPL-3.0 %>
 
 <!DOCTYPE html>
-<html ng-app="Workbench">
+<html lang="en" ng-app="Workbench">
 <head>
   <meta charset="utf-8">
   <title>
index 735583faec8efd2608843be11272bb817ec0ed99..f8b44cef5e86095644ccf7a5de9b5d88b2432988 100644 (file)
@@ -2,7 +2,7 @@
 
 SPDX-License-Identifier: AGPL-3.0 %>
 
-<html>
+<html lang="en">
     <title><%= @object.hostname %> / <%= Rails.configuration.Workbench.SiteName %></title>
     <link rel="stylesheet" href="<%= asset_path 'webshell/styles.css' %>" type="text/css">
     <style type="text/css">
index abb9f8039e87ec7469d510427c39b3dc7f8f43a5..4454c39695ca7f164c3b47e871a7f66d366db420 100644 (file)
@@ -3,7 +3,7 @@
 SPDX-License-Identifier: AGPL-3.0 -->
 
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
   <title>The page you were looking for doesn't exist (404)</title>
   <style type="text/css">
index faa4a52490539ceb0563df134e29f9190f5b63b2..a9fa93a9fc6150683d1256ed7bb01f85fa892afd 100644 (file)
@@ -3,7 +3,7 @@
 SPDX-License-Identifier: AGPL-3.0 -->
 
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
   <title>The change you wanted was rejected (422)</title>
   <style type="text/css">
index 97e04f360ff48fa947b952ae393e324636f42744..3c545fa087ef4a187bce02db95e54c0ab97bcbf6 100644 (file)
@@ -3,7 +3,7 @@
 SPDX-License-Identifier: AGPL-3.0 -->
 
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
   <title>We're sorry, but something went wrong (500)</title>
   <style type="text/css">
index f5930324235f1cb12fd615f8cbd417623f99d071..ba6d8d169b60eb1713c2dd6b0e5d384c6d1c2ef5 100644 (file)
@@ -4,7 +4,7 @@ SPDX-License-Identifier: AGPL-3.0 -->
 
 <!DOCTYPE html>
 <!-- from http://bl.ocks.org/1153292 -->
-<html>
+<html lang="en">
   <head>
     <meta http-equiv="Content-type" content="text/html; charset=utf-8">
     <title>Object graph example</title>
index b4f60de3469cab52848badac471a9e8f25b6cb50..11d2758ced85857c6d39245b8ce529155a30b8a7 100644 (file)
@@ -3,7 +3,7 @@
 SPDX-License-Identifier: AGPL-3.0 %>
 
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
   <title>Arvados API Server (<%= Rails.configuration.ClusterID %>)</title>
   <%= stylesheet_link_tag    "application" %>
index abb9f8039e87ec7469d510427c39b3dc7f8f43a5..4454c39695ca7f164c3b47e871a7f66d366db420 100644 (file)
@@ -3,7 +3,7 @@
 SPDX-License-Identifier: AGPL-3.0 -->
 
 <!DOCTYPE html>
-<html>
+<html lang="en">
 <head>
   <title>The page you were looking for doesn't exist (404)</title>
   <style type="text/css">