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

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

[elpa] new-master 74b4742 035/128: Make html/index.html be consistent wi


From: Stefan Monnier
Subject: [elpa] new-master 74b4742 035/128: Make html/index.html be consistent with other gnu.org websites.
Date: Mon, 14 Dec 2020 15:39:26 -0500 (EST)

branch: new-master
commit 74b4742eb7e3bae9892284d0d3f5ab3e39cc9d37
Author: Xue Fuqiao <xfq.free@gmail.com>
Commit: Xue Fuqiao <xfq.free@gmail.com>

    Make html/index.html be consistent with other gnu.org websites.
---
 html/index.html | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/html/index.html b/html/index.html
index e734c88..3d833d6 100644
--- a/html/index.html
+++ b/html/index.html
@@ -1,4 +1,6 @@
-<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
 <html>
 <head>
   <title>GNU Emacs Lisp Package Archive</title>



reply via email to

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