branch: new-master
commit 6c1b932439bc2ca483b9480ea70e9784ac7380e6
Author: Stefan Kangas <stefankan...@gmail.com>
Commit: Stefan Kangas <stefankan...@gmail.com>

    Add lang attributes to the html tag
    
    * html/index.html:
    * admin/archive-contents.el (archive--html-header): Add lang attributes
    to the html tag as recommended by W3C.
---
 html/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/index.html b/html/index.html
index 601a79a..84ffb68 100644
--- a/html/index.html
+++ b/html/index.html
@@ -1,5 +1,5 @@
 <!doctype html>
-<html>
+<html lang="en" xml:lang="en">
     <head>
         <title>GNU Emacs Lisp Package Archive</title>
         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

Reply via email to