Correct w3c namespaces back to http
authorDaniel Gustafsson <daniel@yesql.se>
Thu, 23 Feb 2017 16:41:33 +0000 (17:41 +0100)
committerMagnus Hagander <magnus@hagander.net>
Thu, 23 Feb 2017 16:41:33 +0000 (17:41 +0100)
django/archives/mailarchives/templates/base.html

index ec60753aa2a25a6598b287d308d2598ee4658ee3..b89d322eecb5f44efaf47baeb7eabee690f57320 100644 (file)
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-    "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="https://www.w3.org/1999/xhtml" lang="en" xml:lang="en" dir="ltr">
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en" dir="ltr">
  <head>
   <title>{%block title%}{%endblock%}</title>
   <meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8" />