branch: new-master
commit 74b4742eb7e3bae9892284d0d3f5ab3e39cc9d37
Author: Xue Fuqiao <[email protected]>
Commit: Xue Fuqiao <[email protected]>
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>