From: Ward Vandewege Date: Fri, 15 Apr 2022 16:58:58 +0000 (-0400) Subject: 18995: element should have a language attribute. X-Git-Tag: 2.5.0~203^2~3 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/c240206e4fc7dd12bf716b7d8de865c785c1bb60 18995: element should have a language attribute. Arvados-DCO-1.1-Signed-off-by: Ward Vandewege --- diff --git a/apps/workbench/app/views/collections/show_file_links.html.erb b/apps/workbench/app/views/collections/show_file_links.html.erb index a82d2556e7..d7483a6ab7 100644 --- a/apps/workbench/app/views/collections/show_file_links.html.erb +++ b/apps/workbench/app/views/collections/show_file_links.html.erb @@ -3,7 +3,7 @@ SPDX-License-Identifier: AGPL-3.0 %> - + <% coll_name = "Collection #{@object.uuid}" %> <% link_opts = {controller: 'collections', action: 'show_file', uuid: @object.uuid, reader_token: params[:reader_token]} %> diff --git a/apps/workbench/app/views/layouts/application.html.erb b/apps/workbench/app/views/layouts/application.html.erb index c0f01da283..93ce592679 100644 --- a/apps/workbench/app/views/layouts/application.html.erb +++ b/apps/workbench/app/views/layouts/application.html.erb @@ -3,7 +3,7 @@ SPDX-License-Identifier: AGPL-3.0 %> - + diff --git a/apps/workbench/app/views/virtual_machines/webshell.html.erb b/apps/workbench/app/views/virtual_machines/webshell.html.erb index 735583faec..f8b44cef5e 100644 --- a/apps/workbench/app/views/virtual_machines/webshell.html.erb +++ b/apps/workbench/app/views/virtual_machines/webshell.html.erb @@ -2,7 +2,7 @@ SPDX-License-Identifier: AGPL-3.0 %> -<html> +<html lang="en"> <title><%= @object.hostname %> / <%= Rails.configuration.Workbench.SiteName %>