summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2012-05-06 20:21:14 +0000
committerParabola <dev@list.parabolagnulinux.org>2012-05-06 20:21:14 +0000
commit38f279ae46364bf079dbaa30a5c6cb80a47dd718 (patch)
treec9fe9b138f148d909477da5500f4b286bb186aae /templates/base.html
parent3d65a994502ff301f13ad153c5cd421c6bc1ea37 (diff)
parentd71d0e9e9e97a1ca80bf2b81081b4b4db7fbea76 (diff)
Merge branch 'master' of git://parabolagnulinux.org/parabolaweb
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/base.html b/templates/base.html
index 3bae7285..cf65ce8e 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -1,6 +1,5 @@
-<!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">
+<!DOCTYPE html>
+<html lang="en">
<head>
<title>{% block title %}Parabola GNU/Linux-libre{% endblock %}</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />