emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] new-master 6c1b932 117/128: Add lang attributes to the html tag


From: Stefan Monnier
Subject: [elpa] new-master 6c1b932 117/128: Add lang attributes to the html tag
Date: Mon, 14 Dec 2020 15:39:43 -0500 (EST)

branch: new-master
commit 6c1b932439bc2ca483b9480ea70e9784ac7380e6
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@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

[Prev in Thread] Current Thread [Next in Thread]