18995: <html> element should have a language attribute.
[arvados.git] / apps / workbench / app / views / collections / show_file_links.html.erb
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]} %>