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

services/api/public/422.html
services/api/public/500.html

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 c528141e2cb337727ff4838c6feb317ef82fadd6..e40a748e4aaa126b6d47e0b5ca6c907f5e2c5a55 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">